Uses of Interface
aokell.lib.control.lifecycle.LifeCycleControllerItf

Packages that use LifeCycleControllerItf
aokell.lib.control.lifecycle This package contains the implementations of the LifeCyleController interface for non composite (e.g. flat and primitive) and composite components. 
aokell.lib.membrane.composite This package contains the definition of four composite membranes. 
aokell.lib.membrane.flat This package contains the definition of four flat membranes. 
aokell.lib.membrane.marker   
aokell.lib.membrane.primitive This package contains the definition of four primitive membranes. 
 

Uses of LifeCycleControllerItf in aokell.lib.control.lifecycle
 

Classes in aokell.lib.control.lifecycle that implement LifeCycleControllerItf
 class AbstractLifeCycleControllerImpl
          Root class for life cyle controller implementations.
 class CompositeLifeCycleControllerImpl
          Default implementation of the life cyle controller for composite components.
 class NonCompositeLifeCycleControllerImpl
          Default implementation of the life cyle controller for non composite components.
 

Methods in aokell.lib.control.lifecycle that return LifeCycleControllerItf
 LifeCycleControllerItf LifeCycleControllerSetterGetterItf.getFcLifeCycleController()
          Provides the reference of the lifecycle controller used.
 

Methods in aokell.lib.control.lifecycle with parameters of type LifeCycleControllerItf
 void LifeCycleControllerSetterGetterItf.setFcLifeCycleController(LifeCycleControllerItf _lc)
          Defines the lifecycle controller to use.
 

Uses of LifeCycleControllerItf in aokell.lib.membrane.composite
 

Subinterfaces of LifeCycleControllerItf in aokell.lib.membrane.composite
 interface CompositeType
          Marker interface for composite components.
 interface ParametricCompositeTemplateType
          Marker interface for parametric composite template components, i.e. composite template components with an attribute controller.
 interface ParametricCompositeType
          Marker interface for parametric composite components, i.e. composite components with an attribute controller.
 

Uses of LifeCycleControllerItf in aokell.lib.membrane.flat
 

Subinterfaces of LifeCycleControllerItf in aokell.lib.membrane.flat
 interface FlatType
          Marker interface for flat components.
 interface ParametricFlatTemplateType
          Marker interface for parametric flat template components, i.e. flat template components with an attribute controller.
 interface ParametricFlatType
          Marker interface for parametric flat components, i.e. flat components with an attribute controller.
 

Uses of LifeCycleControllerItf in aokell.lib.membrane.marker
 

Subinterfaces of LifeCycleControllerItf in aokell.lib.membrane.marker
 interface LifeCycleType
          Marker interface for components with a lifecycle controller.
 

Uses of LifeCycleControllerItf in aokell.lib.membrane.primitive
 

Subinterfaces of LifeCycleControllerItf in aokell.lib.membrane.primitive
 interface ParametricPrimitiveTemplateType
          Marker interface for parametric primitive template components, i.e. primitive template components with an attribute controller.
 interface ParametricPrimitiveType
          Marker interface for parametric primitive components, i.e. primitive components with an attribute controller.
 interface PrimitiveType
          Marker interface for primitive components.