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.


Method Index

 o getMaxVersion()
Get the maximum protocol version number of the package.
 o getMCPPackageName()
Get the name of the package.
 o getMinVersion()
Get the minimum protocol version number of the package.
 o performMCPMessage(MCPMessageEvent)
Invoked when a MOO Client Protocol command is received from the server.

Methods

 o performMCPMessage
 public abstract void performMCPMessage(MCPMessageEvent e)
Invoked when a MOO Client Protocol command is received from the server.

 o getMCPPackageName
 public abstract String getMCPPackageName()
Get the name of the package.

 o getMinVersion
 public abstract Version getMinVersion()
Get the minimum protocol version number of the package.

 o getMaxVersion
 public abstract Version getMaxVersion()
Get the maximum protocol version number of the package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index