Autopsy  4.5.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.ViewInTimelineRequestedEvent Class Reference

Public Member Functions

 ViewInTimelineRequestedEvent (Set< Long > eventIDs, Interval range)
 
Set< Long > getEventIDs ()
 
Interval getInterval ()
 

Private Attributes

final Set< Long > eventIDs
 
final Interval range
 

Detailed Description

Encapsulates the result of the ShowInTimelineDialog: a Set of event IDs and an Interval.

Definition at line 28 of file ViewInTimelineRequestedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.ViewInTimelineRequestedEvent ( Set< Long >  eventIDs,
Interval  range 
)

Constructor

Parameters
eventIDsThe event IDs to include.
rangeThe Interval to show.

Definition at line 39 of file ViewInTimelineRequestedEvent.java.

References org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.eventIDs, and org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.range.

Member Function Documentation

Set<Long> org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.getEventIDs ( )
Interval org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.getInterval ( )

Get the Interval.

Returns
The Interval.

Definition at line 58 of file ViewInTimelineRequestedEvent.java.

References org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.range.

Member Data Documentation

final Set<Long> org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.eventIDs
private
final Interval org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.range
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.