Package ghidra.util.task
Interface MonitoredRunnable
- All Known Subinterfaces:
SwingRunnable
- All Known Implementing Classes:
AbstractBSimApplyTask,AbstractBSimSearchDialog.BSimQueryTask,AbstractFileExtractorTask,AcceptUrlContentTask,CalculateLayoutLocationsTask,CheckInTask,CompoundTask,ContentTypeQueryTask,CopyTask,DeleteProjectFilesTask,GetDomainObjectTask,GFileSystemExtractAllTask,GhidraURLQueryTask,GoToSymbolSearchTask,ImportBatchTask,MoveBlockTask,NameAndNamespaceBSimApplyTask,OpenProgramTask,PasteFileTask,ProgramTask,ProjectDataDeleteTask,SignatureBSimApplyTask,SpecExtensionPanel.ChangeExtensionTask,Task,VersionControlTask
public interface MonitoredRunnable
-
Method Summary
Modifier and TypeMethodDescriptionvoidmonitoredRun(TaskMonitor monitor) Runs this runnable, given a monitor to report progress and check for cancellation.
-
Method Details
-
monitoredRun
Runs this runnable, given a monitor to report progress and check for cancellation.- Parameters:
monitor- the monitor.
-