|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TerpOfficeAppInterface
TerpOffice application interface, specifies three methods to be implemented.
Method Summary | |
---|---|
boolean |
alive()
Determines if the application is still alive. |
void |
close()
Closes the application. |
void |
launch(java.io.File file)
Launches the specified file. |
Method Detail |
---|
void close()
void launch(java.io.File file)
file
- the file to be launchedboolean alive()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |