|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface has to be implemented by observers which want to be notified about the communication events that occurred.
2003-05-14 SM First Version 2003-05-14 SM working on additional methods and events, correction of some comments. 2003-05-20 TR Comments corrected
Method Summary | |
void |
receiveEvent(CommunicationEvent ce)
This interface method is called by objects of the type CommunicationEventObservable . |
Method Detail |
public void receiveEvent(CommunicationEvent ce)
CommunicationEventObservable
.
The implementing class of this interface has to register at an
instance of of the class CommunicationEventObservable
to get notifications about new communication events in the event queue.
This is done by calling the method ServerConnectionManager.addObserver(CommunicationEventObserver o)
for observing the communication events of the server, respectively the
method ClientConnectionManager.addObserver(CommunicationEventObserver o)
for the communication events of the client.ce
- CommunicationEvent which is delivered to the implementor of
this interface (ie. the observer).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |