| org.apache.beehive.controls.api.context.ControlHandle
ControlHandle | public interface ControlHandle (Code) | | 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.
|
getControlID | public String getControlID()(Code) | | Returns the controlID of the target control referenced by this handle
|
|
|