Autopsy
4.16.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 282 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 302 of file CollaborationMonitor.java.
|
private |
Definition at line 284 of file CollaborationMonitor.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.