Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.communications.CVTFilterRefresher, org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory, org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory, org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable, and org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.FileTypesByMimeTypeRefresher.
Public Member Functions | |
boolean | isRefreshRequired (PropertyChangeEvent evt) |
void | refresh () |
The Refresher interface needs to be implemented by ChildFactory instances that wish to take advantage of throttled refresh functionality.
Definition at line 42 of file RefreshThrottler.java.
boolean org.sleuthkit.autopsy.guiutils.RefreshThrottler.Refresher.isRefreshRequired | ( | PropertyChangeEvent | evt | ) |
Determine whether the given event should result in a refresh.
evt |
Implemented in org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory, org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory, org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.FileTypesByMimeTypeRefresher, and org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.
void org.sleuthkit.autopsy.guiutils.RefreshThrottler.Refresher.refresh | ( | ) |
The RefreshThrottler calls this method when the RefreshTask runs.
Implemented in org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory, org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory, org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.FileTypesByMimeTypeRefresher, and org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.
Referenced by org.sleuthkit.autopsy.guiutils.RefreshThrottler.RefreshTask.run().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.