|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShutDownTask | |
|---|---|
| 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.managers | Provides implementations of various JMRI managers. |
| Uses of ShutDownTask in jmri |
|---|
| Methods in jmri with parameters of type ShutDownTask | |
|---|---|
void |
ShutDownManager.deregister(ShutDownTask s)
Deregister a task object. |
void |
ShutDownManager.register(ShutDownTask s)
Register a task object for later execution |
| Uses of ShutDownTask in jmri.implementation |
|---|
| Classes in jmri.implementation that implement ShutDownTask | |
|---|---|
class |
AbstractShutDownTask
Handle name for ShutDownTask implementations. |
class |
QuietShutDownTask
Provides a base to perform a shutdown task without user-intervention. |
| Uses of ShutDownTask in jmri.implementation.swing |
|---|
| Classes in jmri.implementation.swing that implement ShutDownTask | |
|---|---|
class |
SwingShutDownTask
Provides a base for using Swing to ask if shutdown should conditionally continue. |
| Uses of ShutDownTask in jmri.managers |
|---|
| Methods in jmri.managers with parameters of type ShutDownTask | |
|---|---|
void |
DefaultShutDownManager.deregister(ShutDownTask s)
Deregister a task object. |
void |
DefaultShutDownManager.register(ShutDownTask s)
Register a task object for later execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||