All Packages Class Hierarchy This Package Previous Next Index
Interface ControlBeans.ComponentListener
- public interface ComponentListener
- extends 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(ComponentEvent)
- This method will typically be invoked by a component to alert a
commuicator of its presence.
registerComponentEvent
public abstract 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
All Packages Class Hierarchy This Package Previous Next Index