Uses of Interface
jmri.ShutDownTask
-
Packages that use ShutDownTask Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.implementation.swing Provides Swing-specific implementations of various JMRI interfaces.jmri.jmris Server implementation for the JMRI interfaces.jmri.jmrit.dispatcher jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.operations jmri.jmrit.symbolicprog.tabbedframe jmri.jmrix.can.cbus.eventtable Provides an Event Table for CBUS Events..jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.openlcb.swing Head package for Swing-based packages for JMRI's OpenLCB implementation.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of ShutDownTask in jmri
Fields in jmri declared as ShutDownTask Modifier and Type Field Description ShutDownTask
BlockManager. shutDownTask
Methods in jmri with parameters of type ShutDownTask Modifier and Type Method Description void
ShutDownManager. deregister(ShutDownTask task)
Deregister a task.void
ShutDownManager. register(ShutDownTask task)
Register a task object for later execution. -
Uses of ShutDownTask in jmri.implementation
Classes in jmri.implementation that implement ShutDownTask Modifier and Type Class Description class
AbstractShutDownTask
Abstract ShutDownTask implementation. -
Uses of ShutDownTask in jmri.implementation.swing
Classes in jmri.implementation.swing that implement ShutDownTask Modifier and Type Class Description class
SwingShutDownTask
Provides a base for using Swing to ask if shutdown should conditionally continue. -
Uses of ShutDownTask in jmri.jmris
Fields in jmri.jmris declared as ShutDownTask Modifier and Type Field Description protected ShutDownTask
JmriServer. shutDownTask
-
Uses of ShutDownTask in jmri.jmrit.dispatcher
Classes in jmri.jmrit.dispatcher that implement ShutDownTask Modifier and Type Class Description class
DispatcherShutDownTask
-
Uses of ShutDownTask in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement ShutDownTask Modifier and Type Class Description class
WarrantShutdownTask
Allows user to decide if (and which) SpeedProfiles to write to the Roster at the end of a session. -
Uses of ShutDownTask in jmri.jmrit.operations
Methods in jmri.jmrit.operations that return ShutDownTask Modifier and Type Method Description static ShutDownTask
OperationsManager. getDefaultShutDownTask()
Get a copy of the default operationsShutDownTask
.Methods in jmri.jmrit.operations with parameters of type ShutDownTask Modifier and Type Method Description void
OperationsManager. setShutDownTask(ShutDownTask shutDownTask)
Register the non-defaultShutDownTask
. -
Uses of ShutDownTask in jmri.jmrit.symbolicprog.tabbedframe
Fields in jmri.jmrit.symbolicprog.tabbedframe declared as ShutDownTask Modifier and Type Field Description (package private) ShutDownTask
PaneProgFrame. decoderDirtyTask
(package private) ShutDownTask
PaneProgFrame. fileDirtyTask
-
Uses of ShutDownTask in jmri.jmrix.can.cbus.eventtable
Classes in jmri.jmrix.can.cbus.eventtable that implement ShutDownTask Modifier and Type Class Description class
CbusEventTableShutdownTask
Class to call dispose on a MERG CBUS event table. -
Uses of ShutDownTask in jmri.jmrix.ecos
Fields in jmri.jmrix.ecos declared as ShutDownTask Modifier and Type Field Description (package private) ShutDownTask
EcosLocoAddressManager. ecosLocoShutDownTask
-
Uses of ShutDownTask in jmri.jmrix.openlcb.swing
Fields in jmri.jmrix.openlcb.swing declared as ShutDownTask Modifier and Type Field Description (package private) ShutDownTask
ClientActions. shutDownTask
-
Uses of ShutDownTask in jmri.managers
Methods in jmri.managers with parameters of type ShutDownTask Modifier and Type Method Description void
DefaultShutDownManager. deregister(ShutDownTask s)
Deregister a task.void
DefaultShutDownManager. register(ShutDownTask s)
Register a task object for later execution.
-