All Packages Class Hierarchy This Package Previous Next Index
Interface org.mitre.cvw.mudsy.comm.MCPMessageListener
- public interface MCPMessageListener
- extends EventListener
The listener interface for receiving MCP message events.
-
getMaxVersion()
- Get the maximum protocol version number of the package.
-
getMCPPackageName()
- Get the name of the package.
-
getMinVersion()
- Get the minimum protocol version number of the package.
-
performMCPMessage(MCPMessageEvent)
- Invoked when a MOO Client Protocol command is received from the server.
performMCPMessage
public abstract void performMCPMessage(MCPMessageEvent e)
- Invoked when a MOO Client Protocol command is received from the server.
getMCPPackageName
public abstract String getMCPPackageName()
- Get the name of the package.
getMinVersion
public abstract Version getMinVersion()
- Get the minimum protocol version number of the package.
getMaxVersion
public abstract Version getMaxVersion()
- Get the maximum protocol version number of the package.
All Packages Class Hierarchy This Package Previous Next Index