ControlBeans
Class ComponentEvent

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

public class ComponentEvent
extends java.util.EventObject

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

See Also:
ComponentInterface.addComponentListener(ComponentListener l), AbstractCommunicator.registerComponentEvent(ComponentEvent e), Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ComponentEvent(java.lang.Object s)
          Creates a new ComponentEvent.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentEvent

public ComponentEvent(java.lang.Object s)
Creates a new ComponentEvent.
Parameters:
s - the component that created this event