

Public Methods | |
| void | addConsumer (Object consumer) throws JonathanException |
| void | removeConsumer (Object consumer) throws JonathanException |
| Object | getConsumerProxy () throws JonathanException |
Definition at line 45 of file EventChannel.java.
|
|
Add a new consumer to the event channel. The consumer object should be of type compatible with that of the event channel
Reimplemented in EventChannelImpl. Referenced by NewsConsumer::main(). |
|
|
Returns a consumer proxy object which can be used by producer to supply events to the channel
Reimplemented in EventChannelImpl. |
|
|
Remove an existing consumer object from the event channel. The consumer object specified will no longer receive events from the event channel
Reimplemented in EventChannelImpl. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001