Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits PropertyChangeListener.
Classes | |
class | RemoteTasks |
Public Member Functions | |
void | propertyChange (PropertyChangeEvent event) |
Private Attributes | |
final Map< String, RemoteTasks > | hostsToTasks |
Listens for collaboration event messages broadcast by collaboration monitors on other nodes and translates them into remote tasks represented locally using progress bars. Note that all access to the remote tasks is synchronized since it may be accessed by both the threads publishing property change events and by the thread running periodic checks for "stale" tasks.
Definition at line 276 of file CollaborationMonitor.java.
void org.sleuthkit.autopsy.casemodule.CollaborationMonitor.RemoteTasksManager.propertyChange | ( | PropertyChangeEvent | event | ) |
Updates the remote tasks in response to a collaboration event received from another node.
event | The collaboration event. |
Definition at line 296 of file CollaborationMonitor.java.
|
private |
Definition at line 278 of file CollaborationMonitor.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.