Uses of Interface
aokell.lib.control.component.ComponentItf

Packages that use ComponentItf
aokell.lib.control.component This package contains the implementations of the Component interface for composite and non-composite components. 
aokell.lib.membrane   
 

Uses of ComponentItf in aokell.lib.control.component
 

Classes in aokell.lib.control.component that implement ComponentItf
 class ComponentImpl
          Root class for implementations of the Component interface.
 class CompositeComponentImpl
          Implementation of the Component interface for composite components.
 

Uses of ComponentItf in aokell.lib.membrane
 

Methods in aokell.lib.membrane that return ComponentItf
 ComponentItf BaseType.getFcComponent()
          Return the reference of the component controller.
 

Methods in aokell.lib.membrane with parameters of type ComponentItf
 void BaseType.setFcComponent(ComponentItf fcMembrane)
          Set the reference towards the component controller.