Uses of Class
aokell.lib.interf.Delegator

Packages that use Delegator
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. 
 

Uses of Delegator in aokell.lib.control.component
 

Methods in aokell.lib.control.component with parameters of type Delegator
static Interface ComponentImpl.getProxyInterface(InterfaceType it, Component itfOwner, Object content, Delegator delegator)
          Return the Interface instance associated to the given interface type.
 

Uses of Delegator in aokell.lib.interf
 

Subclasses of Delegator in aokell.lib.interf
 class DelegatorForBoundableInterface
          This class generates Interface implementations for components which are bound to a target interface.
 class DelegatorForImplementedInterface
          This class generates Interface implementations for components which implement directly the interface.