|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShutdownManager.Priority | |
---|---|
com.microsoft.tfs.util.shutdown |
Uses of ShutdownManager.Priority in com.microsoft.tfs.util.shutdown |
---|
Fields in com.microsoft.tfs.util.shutdown declared as ShutdownManager.Priority | |
---|---|
static ShutdownManager.Priority |
ShutdownManager.Priority.EARLY
Invoke this listener early in the shutdown sequence. |
static ShutdownManager.Priority |
ShutdownManager.Priority.LATE
Invoke this listener late in the shutdown sequence. |
static ShutdownManager.Priority |
ShutdownManager.Priority.MIDDLE
Invoke this listener after the early ones, and before the late ones. |
Methods in com.microsoft.tfs.util.shutdown with parameters of type ShutdownManager.Priority | |
---|---|
void |
ShutdownManager.addShutdownEventListener(ShutdownEventListener listener,
ShutdownManager.Priority priority)
Add a listener for the event fired when core is being shut down. |
void |
ShutdownManager.removeShutdownEventListener(ShutdownEventListener listener,
ShutdownManager.Priority priority)
Remove a listener for the event fired when core is being shut down. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |