|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.cli.DefaultExitHandler
public class DefaultExitHandler
A default exit handler that calls System.exit(int)
Constructor Summary | |
---|---|
DefaultExitHandler()
|
Method Summary | |
---|---|
void |
exit(int exitCode)
This is called when the application wants to exit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultExitHandler()
Method Detail |
---|
public void exit(int exitCode)
System.exit(int)
.
exit
in interface IExitHandler
exitCode
- The exit code it's exiting with.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |