aokell.lib.control.binding
Class PrimitiveBindingControllerImpl
java.lang.Object
aokell.lib.control.binding.AbstractBindingControllerImpl
aokell.lib.control.binding.PrimitiveBindingControllerImpl
- All Implemented Interfaces:
- BindingControllerItf, Controller, BindingController
- Direct Known Subclasses:
- CompositeBindingControllerImpl, PrimitiveAutoBindingControllerImpl, PrimitiveTemplateBindingControllerImpl
public class PrimitiveBindingControllerImpl
- extends AbstractBindingControllerImpl
- implements BindingControllerItf
Implementation of the binding controller for primitive components.
- Author:
- Lionel Seinturier
Methods inherited from class aokell.lib.control.binding.AbstractBindingControllerImpl |
addFcCollectionInterfaceNames, bindFc, bindFcContent, cloneFcCtrl, getFcClientItf, getFcSingletonClientItfs, initFcCtrl, isFcBound, isFcReverseBound, listFc, lookupFc, reverseBindFc, reverseLookupFc, reverseUnbindFc, setFcCompCtrl, testLifeCyleBeforeUnbinding, unbindFc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveBindingControllerImpl
public PrimitiveBindingControllerImpl()
testLegalBinding
protected void testLegalBinding(String arg0,
InterfaceType it,
Object arg1)
throws IllegalBindingException,
NoSuchInterfaceException
- Test whether the a client interface implementing the specified
InterfaceType can be bound to arg1.
- Overrides:
testLegalBinding
in class AbstractBindingControllerImpl
- Throws:
IllegalBindingException
- if the binding is illegal
NoSuchInterfaceException