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

Enclosing interface:
ControlBeanContext

public static interface ControlBeanContext.LifeCycle

The Lifecycle event interface defines a set of lifecycle events exposed by the ControlBeanContext to any registered listener.


Method Summary
 void onCreate()
          The onCreate event is delivered when the control implementation instance for the associated bean has been instantiated and fully initialized.
 

Method Detail

onCreate

void onCreate()
The onCreate event is delivered when the control implementation instance for the associated bean has been instantiated and fully initialized.