Package jmri.jmrit.dispatcher
Class DispatcherShutDownTask
java.lang.Object
jmri.implementation.AbstractShutDownTask
jmri.jmrit.dispatcher.DispatcherShutDownTask
- All Implemented Interfaces:
PropertyChangeListener,Runnable,Callable<Boolean>,EventListener,ShutDownTask
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jmri.implementation.AbstractShutDownTask
call, getName, isDoRun, propertyChange, setDoRun, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jmri.ShutDownTask
runEarly
-
Constructor Details
-
DispatcherShutDownTask
-
-
Method Details
-
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.
-