public interface ShutdownHook
 A shutdown hook is registered with 
 ExitCommand.addShutdownHook(ShutdownHook).
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canShutdown()
Called on shutdown hooks in the order they were registered prior to
 shutting down the IDE. 
 | 
void | 
shutdown()
Called on all shutdown hooks in the order they were registered when the
 IDE is terminating. 
 | 
boolean canShutdown()
void shutdown()