public class ShutdownNotifier extends java.lang.Object
Constructor and Description |
---|
ShutdownNotifier() |
Modifier and Type | Method and Description |
---|---|
static void |
addShutdownListener(ShutdownListener listener)
Add a ShutdownListener to be called when Kepler is about to exit.
|
static void |
shutdown()
Notify listeners that Kepler is about to exit.
|
public ShutdownNotifier()
public static void addShutdownListener(ShutdownListener listener)
public static void shutdown()