|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Application
Represents the entry point into a WTK application.
Method Summary | |
---|---|
void |
resume()
Called when a suspended application has been resumed. |
boolean |
shutdown(boolean optional)
Called when the application is being shut down. |
void |
startup(Display display,
Dictionary<java.lang.String,java.lang.String> properties)
Called when the application is starting up. |
void |
suspend()
Called to notify the application that it is being suspended. |
Method Detail |
---|
void startup(Display display, Dictionary<java.lang.String,java.lang.String> properties) throws java.lang.Exception
display
- The display on which this application was started.properties
- Initialization properties passed to the application.
java.lang.Exception
boolean shutdown(boolean optional) throws java.lang.Exception
optional
- If true, the shutdown may be canceled by returning a value of
false.
java.lang.Exception
void suspend() throws java.lang.Exception
java.lang.Exception
void resume() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |