Package ghidra.util.task
Interface SwingRunnable
-
- All Superinterfaces:
MonitoredRunnable
- All Known Implementing Classes:
InitializeCircuitsRunnable
public interface SwingRunnable extends MonitoredRunnable
Runnable that has a method that may need to be run in the Swing AWT thread. Pass a SwingRunnable to the RunManager if follow on work needs to be done after therun()method completes.- See Also:
RunManager#run(MonitoredRunnable, String),ghidra.util.task.RunManager#run(MonitoredRunnable, String, int)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidswingRun(boolean isCancelled)Callback on the swing thread.-
Methods inherited from interface ghidra.util.task.MonitoredRunnable
monitoredRun
-
-