All Packages Class Hierarchy This Package Previous Next Index
Interface com.sgi.sysadm.ui.HostContext.ExitHandler
- public interface ExitHandler
ExitHandler is used to handle requests to exit.
-
exit(int)
- Exit the current application.
exit
public abstract void exit(int status)
- Exit the current application.
- Parameters:
- status - exit status.
All Packages Class Hierarchy This Package Previous Next Index