|
||||||||||
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 new events in
the event queue. Implementing this interface causes a
notification with the delivery of the data event itself.
If all observer are implementing this interface instead of the
DataEventReceivingObserver
interface,
it is assumed that the observer directly consumes and processes
the data event immediately during the call and the
event is therefore automatically after the delivery to all observers
removed from the incoming event queue.
2003-05-09 SM First Version 2003-05-14 SM working on additional methods and events, correction of some comments.
Method Summary | |
void |
receiveEvent(DataEvent de)
This interface method is called by objects of the DataEventObservable
class. |
Method Detail |
public void receiveEvent(DataEvent de)
DataEventObservable
class. The implenting class has to register at the specific
object of the class DataEventObservable
to get notifications
about new data events in the event queue. The implementing class
gets the specific data event directly as argument of the method.
DataEventObserver.receiveEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |