|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--ControlBeans.RelayEvent
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.
CRelay
, Serialized FormFields 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 |
public RelayEvent(java.lang.Object s)
s
- the component that created this event
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |