All Packages Class Hierarchy This Package Previous Next Index
Class ControlBeans.RelayEvent
java.lang.Object
|
+----java.util.EventObject
|
+----ControlBeans.RelayEvent
- public class RelayEvent
- extends 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
-
RelayEvent(Object)
- Creates a new RelayEvent.
RelayEvent
public RelayEvent(Object s)
- Creates a new RelayEvent.
- Parameters:
- s - the component that created this event
All Packages Class Hierarchy This Package Previous Next Index