com.planet_ink.coffee_mud.core.interfaces
Interface MsgMonitor
- All Known Implementing Classes:
- Listen.Listener
public interface MsgMonitor
An object which is permitted to monitor game events in CoffeeMud.
|
Method Summary |
void |
monitorMsg(Room room,
CMMsg msg)
The general message event monitor for the object. |
monitorMsg
void monitorMsg(Room room,
CMMsg msg)
- The general message event monitor for the object. The messages
have already been through an approval process, so this method is
called only to see the final execution of the meaning of the
message.
- Parameters:
room - the room the message was sent tomsg - the CMMsg that needs to be executed- See Also:
CMMsg