|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BroadcastListener
Modules that receive the conscious broadcast must implement this interface. Implementers
will receive each winning Coalition
from the GlobalWorkspace
.
Method Summary | |
---|---|
void |
learn(Coalition c)
A place-holder method to remind implementing classes that they should implement learning. |
void |
receiveBroadcast(Coalition c)
Listener must receive a broadcast of a the winning Coalition
This method should return as possible in order to not delay the rest of the broadcasting. |
Method Detail |
---|
void receiveBroadcast(Coalition c)
Coalition
This method should return as possible in order to not delay the rest of the broadcasting.
c
- the Coalition
that won the most recent competition for consciousnessvoid learn(Coalition c)
GlobalWorkspace
and thus it should be managed by the receiving module.
c
- the Coalition
that won the most recent competition for consciousness
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |