Class DispatcherShutDownTask

java.lang.Object
jmri.implementation.AbstractShutDownTask
jmri.jmrit.dispatcher.DispatcherShutDownTask
All Implemented Interfaces:
PropertyChangeListener, Runnable, Callable<Boolean>, EventListener, ShutDownTask

  • Constructor Details

  • Method Details

    • run

      public void run()
      Take the necessary action. This method cannot abort the shutdown, and must not require user interaction to complete successfully. This method will be run in parallel to other ShutDownTasks.