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 SummaryConstructors Constructor Description DispatcherShutDownTask(java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Take the necessary action.- 
Methods inherited from class jmri.implementation.AbstractShutDownTaskcall, getName, isDoRun, propertyChange, setDoRun, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface jmri.ShutDownTaskrunEarly
 
- 
 
- 
- 
- 
Constructor Detail- 
DispatcherShutDownTaskpublic DispatcherShutDownTask(java.lang.String name) 
 
- 
 - 
Method Detail- 
runpublic 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.
 
- 
 
-