org.apache.beehive.controls.api.events |
|
Java Source File Name | Type | Comment |
Client.java | Annotation | The Client annotation type is used to mark fields in a Control implementation class
that define client event proxies. |
EventDispatcher.java | Interface | The EventDispatcher interface defines the method signature that a container supporting
the external dispatch of Control events would implement. |
EventDispatcherRemote.java | Interface | The EventDispatcherRemote interface defines the event dispatch signature when event
dispatching is happening via RMI. |
EventDispatchHelper.java | Class | The EventDispatchHelper class is a simple implementation of the EventDispatcher interface
that is suitable for use inside the execution context of a control container. |
EventHandler.java | Annotation | The EventHandler annotation type is used to mark a method that provides the event handler
implementation for a Control event. |
EventRef.java | Class | The EventRef class represents a reference to a specific Control event. |
EventSet.java | Annotation | The EventSet annotation type is used to mark an interface that defines a group of events
associated with a Java Control. |
RemoteEventDispatcher.java | Interface | 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. |