|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A shutdown hook can be used to veto the shutdown sequence of the IDE and perform necessary deregistration (for example, closing sockets) when the IDE is terminating.
A shutdown hook is registered with
ExitCommand.addShutdownHook(ShutdownHook).
| Method Summary | |
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. |
| Method Detail |
public boolean canShutdown()
public void shutdown()
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.