org.objectweb.fractal.aokell.lib.control.attribute
Interface AttributeControllerCloneableItf
public interface AttributeControllerCloneableItf
This interface is implemented by Fractal interface implementations.
The cloneFcCtrl method is called whenever a template component is
instantiated to clone the state of the attribute controller. The
implementation of this method depends on the attributes defined in the
attribute controller.
- Author:
- Lionel Seinturier
cloneFcCtrl
void cloneFcCtrl(AttributeControllerCloneableItf dst)
throws CloneCtrlException
- Clone the attribute controller state from the current component to
another one.
- Parameters:
dst
- the destination component
- Throws:
CloneCtrlException