Uses of Interface
org.objectweb.fractal.aokell.lib.interf.InterfaceManager

Packages that use InterfaceManager
org.objectweb.fractal.aokell.lib.control.component This package contains the implementations of the Component interface for composite and non-composite components. 
org.objectweb.fractal.aokell.lib.interf This package is dedicated to the management of classes implementing Fractal interfaces. 
 

Uses of InterfaceManager in org.objectweb.fractal.aokell.lib.control.component
 

Fields in org.objectweb.fractal.aokell.lib.control.component declared as InterfaceManager
protected  InterfaceManager ComponentImpl.im
          The interfaces managed by this component.
 

Uses of InterfaceManager in org.objectweb.fractal.aokell.lib.interf
 

Classes in org.objectweb.fractal.aokell.lib.interf that implement InterfaceManager
 class CompositeExtItfManager
          A manager for external interfaces of composite components.
 class CompositeIntItfManager
          A manager for internal interfaces of composite components.
 class PrimitiveExtItfManager
          A manager for external interfaces of primitive components.