All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ControlBeans.ComponentEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----ControlBeans.ComponentEvent

public class ComponentEvent
extends EventObject
This class implements a component event. It is typically sent to a communicator to alert it about a components presence.

See Also:
addComponentListener, registerComponentEvent

Constructor Index

 o ComponentEvent(Object)
Creates a new ComponentEvent.

Constructors

 o ComponentEvent
 public ComponentEvent(Object s)
Creates a new ComponentEvent.

Parameters:
s - the component that created this event

All Packages  Class Hierarchy  This Package  Previous  Next  Index