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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
swingRun(boolean isCancelled)
Callback on the swing thread.-
Methods inherited from interface ghidra.util.task.MonitoredRunnable
monitoredRun
-
-