Uses of Interface
org.apache.beehive.controls.runtime.bean.InvokeListener

Packages that use InvokeListener
org.apache.beehive.controls.runtime.bean   
 

Uses of InvokeListener in org.apache.beehive.controls.runtime.bean
 

Classes in org.apache.beehive.controls.runtime.bean that implement InvokeListener
 class 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.
 

Methods in org.apache.beehive.controls.runtime.bean with parameters of type InvokeListener
 void ControlBean.addInvokeListener(InvokeListener invokeListener)
          Registers a new InvokeListener for this ControlBean.
 void ControlBean.removeInvokeListener(InvokeListener invokeListener)
          Deregisters an existing InvokeListener for this ControlBean.