cia.abus
Interface ChannelEventListener
- All Known Implementing Classes:
- ConfigurationDialog, AgentPlace, ControlRole, ClusterControlAgent, UCAConnector, Proxy, SimpleEventReceiver
- public abstract interface ChannelEventListener
This interface represents a ChannelEvent Listener.
It must be instantiated by any class wishing to receive ChannelEvents
or ChannelMessages. ChannelEventListeners are registered with Channels
using the addChannelEventListener() method.
- Version:
- 0.1 99-03-11 14:08 fkargl initial coding
- Author:
- Frank Kargl
handleChannelEvent
public void handleChannelEvent(ChannelEvent event)
- Handles new ChannelEvents.
This method is called by the implementation specific event handling
adapter when a new ChannelEvent is received.
- Parameters:
event - ChannelEvent to handle- See Also:
ChannelEvent