|
||||||||||
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pivot.wtk.Application |
---|
Application.About |
Constructor Summary | |
---|---|
ScriptApplication()
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
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<String,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 static void main(String[] args)
public void startup(Display display, Dictionary<String,String> properties) throws Exception
Application
startup
in interface Application
display
- The display on which this application was started.properties
- Initialization properties passed to the application.
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 |