|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlackboardMessageSender
An interface for objects (such as blackboard transports) that can send a message to an agent.
| Method Summary | |
|---|---|
void |
sendDeletedMob(java.lang.String agentName,
Mob mob)
send a deletedMob message to the given agent |
void |
sendNewMob(java.lang.String agentName,
Mob mob)
send a newMob message to the given agent |
void |
sendReplacedMob(java.lang.String agentName,
Mob oldMob,
Mob newMob)
send a replacedMob message to the given agent |
void |
sendTypeManagerChanged(java.lang.String agentName)
send a typeManagerChanged message to the given agent |
| Method Detail |
|---|
void sendNewMob(java.lang.String agentName,
Mob mob)
agentName - the name of the agent for which the message is intendedmob - the mob that has been written to the blackboard
void sendDeletedMob(java.lang.String agentName,
Mob mob)
agentName - the name of the agent for which the message is intendedmob - the mob that has been deleted from the blackboard
void sendReplacedMob(java.lang.String agentName,
Mob oldMob,
Mob newMob)
agentName - the name of the agent for which the message is intendedoldMob - the old value of the mobnewMob - the new value of the mobvoid sendTypeManagerChanged(java.lang.String agentName)
agentName - the name of the agent for which the message is intended
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||