public class DefaultExitHandler extends java.lang.Object implements IExitHandler
System.exit(int)
Constructor and Description |
---|
DefaultExitHandler() |
Modifier and Type | Method and Description |
---|---|
void |
exit(int exitCode)
This is called when the application wants to exit.
|
public void exit(int exitCode)
System.exit(int)
.exit
in interface IExitHandler
exitCode
- The exit code it's exiting with.