Uses of Class
org.apache.beehive.controls.api.events.EventRef

Packages that use EventRef
org.apache.beehive.controls.api.context   
org.apache.beehive.controls.api.events   
org.apache.beehive.controls.runtime.bean   
 

Uses of EventRef in org.apache.beehive.controls.api.context
 

Methods in org.apache.beehive.controls.api.context with parameters of type EventRef
 Object ControlHandle.sendEvent(EventRef event, Object[] args)
          Delivers the specified event to the target control referenced by this handle.
 

Uses of EventRef in org.apache.beehive.controls.api.events
 

Methods in org.apache.beehive.controls.api.events with parameters of type EventRef
 Object RemoteEventDispatcher.dispatchEvent(ControlHandle target, EventRef event, Object[] args)
          Dispatches a Control event to a target control.
 Object EventDispatchHelper.dispatchEvent(ControlHandle target, EventRef event, Object[] args)
           
 Object EventDispatcherRemote.dispatchEvent(ControlHandle target, EventRef event, Object[] args)
          Dispatches a Control event to a target control.
 Object EventDispatcher.dispatchEvent(ControlHandle target, EventRef event, Object[] args)
          Dispatches a Control event to a target control.
 

Uses of EventRef in org.apache.beehive.controls.runtime.bean
 

Methods in org.apache.beehive.controls.runtime.bean with parameters of type EventRef
 Object ControlContainerContext.dispatchEvent(ControlHandle handle, EventRef event, Object[] args)
          Dispatch an operation or an event to a bean within this container bean context.