|
||||||||||
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.
Method Summary | |
---|---|
String |
getControlID()
Returns the controlID of the target control referenced by this handle |
Object |
invokeOperation(String operationName,
Object[] args)
Invokes the named operation on the target control referenced by this handle. |
Object |
sendEvent(String eventSet,
String eventName,
Object[] args)
Delivers the specified event to the target control referenced by this handle. |
Method Detail |
---|
String getControlID()
Object invokeOperation(String operationName, Object[] args) throws InvocationTargetException
InvocationTargetException
Object sendEvent(String eventSet, String eventName, Object[] args) throws InvocationTargetException
InvocationTargetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |