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 the run() method completes.
    See Also:
    RunManager#run(MonitoredRunnable, String), ghidra.util.task.RunManager#run(MonitoredRunnable, String, int)
    • Method Detail

      • swingRun

        void swingRun​(boolean isCancelled)
        Callback on the swing thread.