|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NOSApplication
| Method Summary | |
|---|---|
void |
close()
Called when the system wants to close this application. |
void |
main(NOSProcess proc,
java.lang.String dir,
java.lang.String app,
java.lang.String[] args)
Called to start an application |
| Method Detail |
|---|
void main(NOSProcess proc,
java.lang.String dir,
java.lang.String app,
java.lang.String[] args)
proc - The process object for this applicationdir - The directory in which this application was startedapp - The JAR file that this application's main class is located
in.args - An array of program arguments.void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||