ControlBeans
Interface ComponentListener
- All Known Implementing Classes:
- AbstractCommunicator
- public interface ComponentListener
- extends java.util.EventListener
This interface should be implemented by all classes that wish to receive
component events. Typically implemented by communicators to allow components
to register with them.
- See Also:
AbstractCommunicator
,
ComponentInterface
registerComponentEvent
public void registerComponentEvent(ComponentEvent e)
- This method will typically be invoked by a component to alert a
commuicator of its presence.
- Parameters:
e
- the event itself