|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Receiver instead.
public interface Subscriber
Subscriber registers its interest in a class of events and filters the events of which it should be notified.
| Method Summary | |
|---|---|
Class |
getEventType()
Deprecated. Returns the event type of the event on which the Subscriber is interested. |
Filter |
getFilter()
Deprecated. Returns the filter used to select the events in which the subscriber is interested. |
void |
inform(Event event)
Deprecated. Callback method informing the Subscriber of the occurence of an event. |
| Method Detail |
|---|
Class getEventType()
Filter getFilter()
void inform(Event event)
event - the Event of which the Subscriber is informed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||