Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits PropertyChangeEvent, and Serializable.
Inherited by org.sleuthkit.autopsy.casemodule.CollaborationMonitor.CollaborationEvent, org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent, org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent, org.sleuthkit.autopsy.casemodule.events.CommentChangedEvent, org.sleuthkit.autopsy.casemodule.events.DataSourceAddedEvent, org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent, org.sleuthkit.autopsy.casemodule.events.DataSourceNameChangedEvent, org.sleuthkit.autopsy.casemodule.events.TagAddedEvent< T extends Tag, >, org.sleuthkit.autopsy.casemodule.events.TagDeletedEvent< T extends Tag >, org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< T, U >, org.sleuthkit.autopsy.casemodule.events.TskDataModelObjectsDeletedEvent, org.sleuthkit.autopsy.core.events.ServiceEvent, org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent, org.sleuthkit.autopsy.ingest.events.ContentChangedEvent, org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent, org.sleuthkit.autopsy.ingest.events.FileAnalyzedEvent, and org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.
Classes | |
enum | SourceType |
Public Member Functions | |
AutopsyEvent (String eventName, Object oldValue, Object newValue) | |
Object | getSource () |
SourceType | getSourceType () |
Private Attributes | |
SourceType | sourceType |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
A base class for application events that can be published to registered subscribers on both this Autopsy node and other Autopsy nodes.
The class extends PropertyChangeEvent to integrate with legacy use of JavaBeans PropertyChangeEvents and PropertyChangeListeners as an application event publisher-subcriber mechanism. Subclasses need to decide what constitutes "old" and "new" objects for them and are encouraged to provide getters for these values that do not require clients to cast the return values.
This class implements Serializable to allow it to be published over a network in serialized form.
Definition at line 38 of file AutopsyEvent.java.
org.sleuthkit.autopsy.events.AutopsyEvent.AutopsyEvent | ( | String | eventName, |
Object | oldValue, | ||
Object | newValue | ||
) |
Constructs the base class part of an application event that can be published to registered subscribers on both this Autopsy node and other Autopsy nodes.
eventName | The event name. |
oldValue | The "old" value to associate with the event. May be null. |
newValue | The "new" value to associate with the event. May be null. |
Definition at line 68 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.SourceType.LOCAL.
Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource | ( | ) |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType | ( | ) |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
|
staticprivate |
Definition at line 40 of file AutopsyEvent.java.
|
private |
Definition at line 41 of file AutopsyEvent.java.
Referenced by org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType().
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.