Uses of Interface
org.apache.beehive.controls.api.context.ControlBeanContext.LifeCycle

Packages that use ControlBeanContext.LifeCycle
org.apache.beehive.controls.api.context   
org.apache.beehive.controls.runtime.bean   
 

Uses of ControlBeanContext.LifeCycle in org.apache.beehive.controls.api.context
 

Methods in org.apache.beehive.controls.api.context with parameters of type ControlBeanContext.LifeCycle
 void ControlBeanContext.addLifeCycleListener(ControlBeanContext.LifeCycle listener)
          Registers a new listener for LifeCycle events on the context.
 void ControlBeanContext.removeLifeCycleListener(ControlBeanContext.LifeCycle listener)
          Removes a currently registered LifeCycle event listener on the context.
 

Uses of ControlBeanContext.LifeCycle in org.apache.beehive.controls.runtime.bean
 

Methods in org.apache.beehive.controls.runtime.bean with parameters of type ControlBeanContext.LifeCycle
 void ControlBeanContext.addLifeCycleListener(ControlBeanContext.LifeCycle listener)
           
 void ControlBeanContext.removeLifeCycleListener(ControlBeanContext.LifeCycle listener)