|
Gridarta Editor
|
Exits the application. More...
Inheritance diagram for net.sf.gridarta.utils.Exiter:
Collaboration diagram for net.sf.gridarta.utils.Exiter:Public Member Functions | |
| void | addExiterListener (@NotNull ExiterListener listener) |
| Adds an ExiterListener to be notified. More... | |
| void | doExit (int returnCode) |
| Exits the application. More... | |
| void | removeExiterListener (@NotNull ExiterListener listener) |
| Removes an ExiterListener to be notified. More... | |
Exits the application.
Definition at line 28 of file Exiter.java.
| void net.sf.gridarta.utils.Exiter.addExiterListener | ( | @NotNull ExiterListener | listener | ) |
Adds an ExiterListener to be notified.
| listener | the listener |
Implemented in net.sf.gridarta.mainactions.DefaultExiter.
| void net.sf.gridarta.utils.Exiter.doExit | ( | int | returnCode | ) |
Exits the application.
| returnCode | the application's return code |
Implemented in net.sf.gridarta.mainactions.DefaultExiter.
Referenced by net.sf.gridarta.updater.Updater.downloadAndInstallUpdate(), and net.sf.gridarta.action.ExitAction.exit().
Here is the caller graph for this function:| void net.sf.gridarta.utils.Exiter.removeExiterListener | ( | @NotNull ExiterListener | listener | ) |
Removes an ExiterListener to be notified.
| listener | the listener |
Implemented in net.sf.gridarta.mainactions.DefaultExiter.