Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
Application.ExitListener[] |
Application.getExitListeners()
All of the
ExitListeners added so far. |
Modifier and Type | Method and Description |
---|---|
void |
Application.addExitListener(Application.ExitListener listener)
Adds an
ExitListener to the list. |
void |
Application.removeExitListener(Application.ExitListener listener)
Removes an
ExitListener from the list. |
Copyright © 2009–2014. All rights reserved.