Interface TerpOfficeAppInterface

All Known Implementing Classes:
TerpPaintContainer

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

close

void close()
Closes the application.


launch

void launch(java.io.File file)
Launches the specified file.

Parameters:
file - the file to be launched

alive

boolean alive()
Determines if the application is still alive.

Returns:
boolean flag