|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelObservableIF
Classes implementing this interface may want to inform the subscribed observers that a specific channel event has happend (like for example a new item was found).
This interface is usually called Subject in the Observer pattern.
Method Summary | |
---|---|
void |
addObserver(ChannelObserverIF o)
Adds an observer to the set of observers for this object. |
void |
removeObserver(ChannelObserverIF o)
Removes an observer from the set of observers of this object. |
Method Detail |
---|
void addObserver(ChannelObserverIF o)
void removeObserver(ChannelObserverIF o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |