Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.events.TagsUpdatedEvent Class Reference

Public Member Functions

 TagsUpdatedEvent (Set< Long > updatedEventIDs)
 
ImmutableSet< Long > getUpdatedEventIDs ()
 

Private Attributes

final Set< Long > updatedEventIDs
 

Detailed Description

A "local" event published by filteredEventsModel to indicate that events have been(un)tagged. This event is not intended for use out side of the timeline module.

Definition at line 29 of file TagsUpdatedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.events.TagsUpdatedEvent.TagsUpdatedEvent ( Set< Long >  updatedEventIDs)

Member Function Documentation

ImmutableSet<Long> org.sleuthkit.autopsy.timeline.events.TagsUpdatedEvent.getUpdatedEventIDs ( )

Definition at line 34 of file TagsUpdatedEvent.java.

Member Data Documentation

final Set<Long> org.sleuthkit.autopsy.timeline.events.TagsUpdatedEvent.updatedEventIDs
private

The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.