Package aokell.lib.control.lifecycle

This package contains the implementations of the LifeCyleController interface for non composite (e.g. flat and primitive) and composite components.

See:
          Description

Interface Summary
LifeCycleControllerItf This interface extends the Fractal LifeCycleController interface with a method to test whether the component is started or not.
LifeCycleControllerSetterGetterItf Interface for managing the reference towards the lifecycle controller.
 

Class Summary
AbstractLifeCycleControllerImpl Root class for life cyle controller implementations.
CompositeLifeCycleControllerImpl Default implementation of the life cyle controller for composite components.
NonCompositeLifeCycleControllerImpl Default implementation of the life cyle controller for non composite components.
 

Package aokell.lib.control.lifecycle Description

This package contains the implementations of the LifeCyleController interface for non composite (e.g. flat and primitive) and composite components.