Package org.apache.beehive.controls.api.events

Interface Summary
EventDispatcher The EventDispatcher interface defines the method signature that a container supporting the external dispatch of Control events would implement.
EventDispatcherRemote The EventDispatcherRemote interface defines the event dispatch signature when event dispatching is happening via RMI.
RemoteEventDispatcher The RemoteEventDispatcher interface defines the method signature that a container supporting the external dispatch of Control events would implement if events can be dispatched using RMI.
 

Class Summary
EventDispatchHelper The EventDispatchHelper class is a simple implementation of the EventDispatcher interface that is suitable for use inside the execution context of a control container.
EventRef The EventRef class represents a reference to a specific Control event.
 

Annotation Types Summary
Client The Client annotation type is used to mark fields in a Control implementation class that define client event proxies.
EventHandler The EventHandler annotation type is used to mark a method that provides the event handler implementation for a Control event.
EventSet The EventSet annotation type is used to mark an interface that defines a group of events associated with a Java Control.