|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MsgListener
An object which is permitted to handle game events in CoffeeMud. Almost all objects implement this interface.
| Method Summary | |
|---|---|
void |
executeMsg(Environmental myHost,
CMMsg msg)
The general message event handler for the object. |
boolean |
okMessage(Environmental myHost,
CMMsg msg)
The general message event previewer for the object. |
| Method Detail |
|---|
void executeMsg(Environmental myHost,
CMMsg msg)
myHost - either the initiator of the event, or the host of this objectmsg - the CMMsg that needs to be executedCMMsg
boolean okMessage(Environmental myHost,
CMMsg msg)
myHost - either the initiator of the event, or the host of this objectmsg - the CMMsg that wants to be executed
CMMsg,
CMMsg.source()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||