|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BroadcastListener
Modules that need to receive Broadcast must implement this interface. It will receive each BroadcastContent that will be sent by the GlobalWrokspace.
Method Summary | |
---|---|
void |
learn(BroadcastContent bc)
This is a placeholder method to remind implementing classes that they should implement learning. |
void |
receiveBroadcast(BroadcastContent bc)
This method should return as possible in order to not delay the rest of the broadcasting. |
Method Detail |
---|
void receiveBroadcast(BroadcastContent bc)
bc
- the Content of the Broadcastvoid learn(BroadcastContent bc)
GlobalWorkspace
but should be managed by the receiving module.
bc
- content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |