com.monica.javacom.interfaces
Interface MJCWindow

All Superinterfaces:
MJCConfigureable
All Known Implementing Classes:
MJCAppletWindow, MJCAWTWindow

public interface MJCWindow
extends MJCConfigureable

Top level sublayer responsible for holding the MJCVirtualDisplay and MJCVirtualInput objects and creating a framework for their functionality.


Method Summary
 MJCCloser getCloser()
          Returns the MJCCloser responsible for the closing of the client side application upon user request.
 java.lang.String getWindowName()
          Returns the MJC name of the MJCWindow.
 java.lang.String getWindowVersion()
          Returns the MJC version of the MJCWindow.
 void setCloser(MJCCloser closer)
          Sets the MJCCloser responsible for closing of the client side application upon user request.
 
Methods inherited from interface com.monica.javacom.interfaces.MJCConfigureable
getConfiguration, setConfiguration
 

Method Detail

getWindowName

public java.lang.String getWindowName()
Returns the MJC name of the MJCWindow.
Returns:
String: the MJC name of the MJCWindow

getWindowVersion

public java.lang.String getWindowVersion()
Returns the MJC version of the MJCWindow.
Returns:
String: the MJC version of the MJCWindow

setCloser

public void setCloser(MJCCloser closer)
Sets the MJCCloser responsible for closing of the client side application upon user request.
Parameters:
MJCCloser - closer: the MJCCloser reponsible for the closing of the client side application upon user request

getCloser

public MJCCloser getCloser()
Returns the MJCCloser responsible for the closing of the client side application upon user request.
Returns:
MJCCloser: the MJCCloser responsible for the closing of the client side application upon user request