|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Shutdownable
Interface for objects that should have a shutdown sequence.
| Field Summary | |
|---|---|
static java.lang.String |
SHUTTING_DOWN
|
| Method Summary | |
|---|---|
void |
addDependentShutdownable(Shutdownable s)
This method allows another application to indicate its dependence on this to be shutdown. |
void |
addShutdownListener(java.awt.event.ActionListener l)
This method allows other components to be notified when the shutdown() method is called. |
void |
shutdown()
Causes this to start to shutdown, and fires a SHUTTING_DOWN event to all listeners. |
| Field Detail |
|---|
static final java.lang.String SHUTTING_DOWN
| Method Detail |
|---|
void shutdown()
void addDependentShutdownable(Shutdownable s)
s - void addShutdownListener(java.awt.event.ActionListener l)
l -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||