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

Method Index

 o registerComponentEvent(ComponentEvent)
This method will typically be invoked by a component to alert a commuicator of its presence.

Methods

 o 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