com.monica.javacom.interfaces
Interface MJCVirtualInput

All Superinterfaces:
MJCConfigureable, MJCWriter
All Known Implementing Classes:
MJCKeyListener

public interface MJCVirtualInput
extends MJCConfigureable, MJCWriter

Top level sublayer responsible for catching the user input and forwarding it to a middle level layer.


Method Summary
 java.lang.String getVirtualInputName()
          Returns the MJC name of the MJCVirtualInput.
 java.lang.String getVirtualInputVersion()
          Returns the MJC version of the MJCVirtualInput.
 
Methods inherited from interface com.monica.javacom.interfaces.MJCConfigureable
getConfiguration, setConfiguration
 
Methods inherited from interface com.monica.javacom.interfaces.MJCWriter
getWriteable, getWriterName, getWriterVersion, setWriteable
 

Method Detail

getVirtualInputName

public java.lang.String getVirtualInputName()
Returns the MJC name of the MJCVirtualInput.
Returns:
String: the MJC name of the MJCVirtualInput

getVirtualInputVersion

public java.lang.String getVirtualInputVersion()
Returns the MJC version of the MJCVirtualInput.
Returns:
String: the MJC version of the MJCVirtualInput