aokell.lib.control.binding
Interface BindingControllerSetterGetterItf
- All Known Subinterfaces:
- BindingType, CompositeTemplateType, CompositeType, FlatTemplateType, FlatType, ParametricCompositeTemplateType, ParametricCompositeType, ParametricFlatTemplateType, ParametricFlatType, ParametricPrimitiveTemplateType, ParametricPrimitiveType, PrimitiveTemplateType, PrimitiveType
public interface BindingControllerSetterGetterItf
Interface for managing the reference towards the binding controllers.
This interface allows optimizing the access to the binding controller from a
component. Instead of getting the membrane, and then the binding controller
interface (which is bound with an export binding to the primitive component
which implements the binding controller), this interface provides a direct
access to the binding controller.
- Author:
- Lionel Seinturier
setFcBindingController
void setFcBindingController(BindingController bc)
getFcBindingController
BindingController getFcBindingController()