Package org.apache.beehive.controls.api.context

Interface Summary
ControlBeanContext The ControlBeanContext interface defines the basic set of contextual services and lifecycle events for Java ControlBean implementations.
ControlBeanContext.LifeCycle The Lifecycle event interface defines a set of lifecycle events exposed by the ControlBeanContext to any registered listener.
ControlHandle The ControlHandle interface defines a reference object to a control instance that enables control events to be fired on the control.
ResourceContext The ResourceContext interface defines a basic contextual service for coordinating the resource utilization of a control implementation within a resource scope defined external to the control.
ResourceContext.ResourceEvents The ResourceEvents interface defines the resource events delivered by a ResourceContext provider.
 

Annotation Types Summary
Context The Context annotation type is used to annotate a field within a control implementation class that refers to a contextual service.