Uses of Package
aokell.lib.interf

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

Classes in aokell.lib.interf used by aokell.lib.asm
ClassDefinition
          A struct-like class for holding class definitions and their bytecode.
 

Classes in aokell.lib.interf used by aokell.lib.control.component
Delegator
          This class defines methods shared by all classes which generate at runtime implementations of the Interface interface.
 

Classes in aokell.lib.interf used by aokell.lib.interf
ClassDefinition
          A struct-like class for holding class definitions and their bytecode.
Delegator
          This class defines methods shared by all classes which generate at runtime implementations of the Interface interface.
DelegatorForBoundableInterface
          This class generates Interface implementations for components which are bound to a target interface.
DelegatorForImplementedInterface
          This class generates Interface implementations for components which implement directly the interface.