com.monica.javacom.interfaces
Interface MJCConfigureable
- All Known Subinterfaces:
- MJCCiphering, MJCCloser, MJCProtocol, MJCTerminal, MJCTransport, MJCVirtualDisplay, MJCVirtualInput, MJCWindow
- All Known Implementing Classes:
- MJCManager
- public interface MJCConfigureable
Classes of the MJC layer hierarchy that can be customized with
configuration soruces should implement this interface.
setConfiguration
public void setConfiguration(MJCConfiguration configuration)
- Sets the MJCConfiguration for this object.
- Parameters:
MJCConfiguration
- configuration: the MJCConfiguration
object for the customization
getConfiguration
public MJCConfiguration getConfiguration()
- Returns the MJCConfiguration with which this object is customized.
- Returns:
- MJCConfiguration: the MJCConfiguration with which this
object is customized