ControlBeans
Class RelayEvent

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

public class RelayEvent
extends java.util.EventObject

This class implements a relay event. It is typically sent from a CRelay compoent to a non-control component to alert it to the fact that a value has been received from the communicator. The non-control component can then retreive the value from the CRelay component.

See Also:
CRelay, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RelayEvent(java.lang.Object s)
          Creates a new RelayEvent.
 
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

RelayEvent

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