Package jmri.jmrit.dispatcher
Class DispatcherShutDownTask
- java.lang.Object
-
- jmri.implementation.AbstractShutDownTask
-
- jmri.jmrit.dispatcher.DispatcherShutDownTask
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.lang.Runnable
,java.util.concurrent.Callable<java.lang.Boolean>
,java.util.EventListener
,ShutDownTask
public class DispatcherShutDownTask extends AbstractShutDownTask
-
-
Constructor Summary
Constructors Constructor Description DispatcherShutDownTask(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Take the necessary action.-
Methods inherited from class jmri.implementation.AbstractShutDownTask
call, getName, isDoRun, propertyChange, setDoRun, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jmri.ShutDownTask
runEarly
-
-
-
-
Constructor Detail
-
DispatcherShutDownTask
public DispatcherShutDownTask(java.lang.String name)
-
-
Method Detail
-
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.
-
-