| Package | Description |
|---|---|
| org.jdesktop.application |
| Modifier and Type | Method | Description |
|---|---|---|
Application.ExitListener[] |
Application.getExitListeners() |
All of the
ExitListeners added so far. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Application.addExitListener(Application.ExitListener listener) |
Add an
ExitListener to the list. |
void |
Application.removeExitListener(Application.ExitListener listener) |
Remove an
ExitListener from the list. |