Package org.apache.beehive.controls.runtime.bean

Interface Summary
InvokeListener The InvokeListener interface can be implemented by contextual services or helper classes associated with a ControlBean that want pre/post hook notifications of invocations occuring on a ControlBean.
 

Class Summary
BeanListener The BeanListener class acts as the abstract base class for generated event listeners associated with a ControlBean.
ClientInitializer The ClientInitializer class is an abstract base class that all generated Control client initializer classes will extend.
ControlBean The ControlBean class is an abstract base class for the JavaBean classes generated to support Workshop controls.
ControlBeanContext The ControlBeanContext implements the basic BeanContextServices implementation for ControlBeans.
ControlContainerContext The ControlContainerContext class provides a base class implementation for external containers of ControlBeans.
EventNotifier The EventNotifier class provides basic callback listener management and event delivery services for ControlBean instances.
ImplInitializer The ImplInitializer class is an abstract base class that all generated Control initalization classes will extend.
PropertySetProxy<T extends Annotation> The PropertySetProxy class is a dynamic proxy InvocationHandler class that exposes the values held within a PropertyMap as an Object implementing an annotation type interface.
ResourceContextImpl The ResourceContextImpl class provides an implementation of the ResourceContext service, as well as a simple singleton provider that can be used to obtain new instances.