|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlHandle
The ControlHandle interface defines a reference object to a control instance that enables
control events to be fired on the control. Control container implementations will provide
implementation of this interface that use container-specific dispatch mechanisms to locate
the appropriate control container instance when events are fired.
Classes implementing the ControlHandle interface should also implement the
java.io.Serializable
interface. This will enable handles to be serialized /
deserialized as part of event queueing or routing.
Method Summary | |
---|---|
String |
getControlID()
Returns the controlID of the target control referenced by this handle |
Object |
sendEvent(EventRef event,
Object[] args)
Delivers the specified event to the target control referenced by this handle. |
Method Detail |
---|
String getControlID()
Object sendEvent(EventRef event, Object[] args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |