org.objectweb.fractal.aokell.lib.control.binding
Class FlatBindingControllerImpl

java.lang.Object
  extended by org.objectweb.fractal.aokell.lib.control.binding.AbstractBindingControllerImpl
      extended by org.objectweb.fractal.aokell.lib.control.binding.FlatBindingControllerImpl
All Implemented Interfaces:
Controller, BindingController
Direct Known Subclasses:
FlatTemplateBindingControllerImpl

public class FlatBindingControllerImpl
extends AbstractBindingControllerImpl
implements BindingController

Implementation of the binding controller for flat components.

Author:
Lionel Seinturier

Field Summary
 
Fields inherited from class org.objectweb.fractal.aokell.lib.control.binding.AbstractBindingControllerImpl
compctrl
 
Constructor Summary
FlatBindingControllerImpl()
           
 
Method Summary
 
Methods inherited from class org.objectweb.fractal.aokell.lib.control.binding.AbstractBindingControllerImpl
bindFc, bindFcContent, cloneFcCtrl, getFcBoundableInterface, getFcInterfaces, initFcCtrl, listFc, lookupFc, registerFcInterface, setFcCompCtrl, testLegalBinding, testLifeCyleBeforeUnbinding, toString, unbindFc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.fractal.api.control.BindingController
bindFc, listFc, lookupFc, unbindFc
 

Constructor Detail

FlatBindingControllerImpl

public FlatBindingControllerImpl()