|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlackboardAgentMessageSender
An interface for objects that can send blackboard messages to a specific agent.
Method Summary | |
---|---|
void |
sendDeletedMob(Mob mob)
Send a deleted mob message to the specific agent |
void |
sendNewMob(Mob mob)
Send a new mob message to the specific agent |
void |
sendReplacedMob(Mob oldMob,
Mob newMob)
Send a deleted mob message to the specific agent |
void |
sendTypeManagerChanged()
Send a typeManagerChanged message to the specific agent |
Method Detail |
---|
void sendNewMob(Mob mob)
mob
- void sendDeletedMob(Mob mob)
mob
- void sendReplacedMob(Mob oldMob, Mob newMob)
oldMob
- newMob
- void sendTypeManagerChanged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |