|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.genuine.organizer.internal.DefaultExitService
The default exit service just calls System.exit to close the application. It is used if the application does not provide an exit handler of its own.
| Constructor Summary | |
DefaultExitService(HelperService helperService)
|
|
| Method Summary | |
void |
exitApplication()
When this method is called, the application will terminate. |
boolean |
isActive()
This service is always active. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultExitService(HelperService helperService)
| Method Detail |
public boolean isActive()
isActive in interface Servicepublic void exitApplication()
ExitService
exitApplication in interface ExitService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||