|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.ScriptApplication
public class ScriptApplication
Script application loader.
Constructor Summary | |
---|---|
ScriptApplication()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptApplication()
Method Detail |
---|
public void startup(Display display, Dictionary<java.lang.String,java.lang.String> properties) throws java.lang.Exception
Application
startup
in interface Application
display
- The display on which this application was started.properties
- Initialization properties passed to the application.
java.lang.Exception
public boolean shutdown(boolean optional)
Application
shutdown
in interface Application
optional
- If true, the shutdown may be canceled by returning a value of
false.
public void resume()
Application
resume
in interface Application
public void suspend()
Application
suspend
in interface Application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |