|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.japisoft.framework.ApplicationStepAdapter
A simple application step. By default not final. Most of the time
the user has only to inherit and override the start method.
| Constructor Summary | |
ApplicationStepAdapter()
|
|
| Method Summary | |
boolean |
isFinal()
|
void |
start(java.lang.String[] args)
Start this application step. |
void |
stop()
This is called when terminating this application step. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ApplicationStepAdapter()
| Method Detail |
public void start(java.lang.String[] args)
ApplicationStep
start in interface ApplicationSteppublic void stop()
ApplicationStep
stop in interface ApplicationSteppublic boolean isFinal()
isFinal in interface ApplicationSteptrue if this application step must be called when terminating the application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||