|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.memphis.ccrg.lida.framework.mockclasses.MockBroadcastListener
public class MockBroadcastListener
Field Summary | |
---|---|
BroadcastContent |
content
|
Constructor Summary | |
---|---|
MockBroadcastListener()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public BroadcastContent content
Constructor Detail |
---|
public MockBroadcastListener()
Method Detail |
---|
public void receiveBroadcast(BroadcastContent bc)
BroadcastListener
receiveBroadcast
in interface BroadcastListener
bc
- the Content of the Broadcastpublic void learn(BroadcastContent bc)
BroadcastListener
GlobalWorkspace
but should be managed by the receiving module.
learn
in interface BroadcastListener
bc
- content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |