|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExitHandler
This is used to handle the program exiting. It is mainly used by tests so that they can override the default beheaviour of calling System.exit.
Method Summary | |
---|---|
void |
exit(int exitCode)
This is called when the app wants to exit |
Method Detail |
---|
void exit(int exitCode)
exitCode
- The exit code it's exiting with.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |