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
dispatchEvent
Object dispatchEvent(ControlHandle target,
EventRef event,
Object[] args)
throws RemoteException
- Dispatches a Control event to a target control.
- Parameters:
target
- the target controlevent
- the event to deliver to the controlargs
- the parameters to the control event
- Throws:
RemoteException
- wraps any exception thrown during event dispatch