org.apache.beehive.controls.api.events
Interface EventDispatcherRemote


public interface EventDispatcherRemote

The EventDispatcherRemote interface defines the event dispatch signature when event dispatching is happening via RMI.

See Also:
EventDispatcher

Method Summary
 Object dispatchEvent(ControlHandle target, EventRef event, Object[] args)
          Dispatches a Control event to a target control.
 

Method Detail

dispatchEvent

Object dispatchEvent(ControlHandle target,
                     EventRef event,
                     Object[] args)
                     throws RemoteException
Dispatches a Control event to a target control.

Parameters:
target - the target control
event - the event to deliver to the control
args - the parameters to the control event
Throws:
RemoteException - wraps any exception thrown during event dispatch