to.etc.domui.component.input
Interface IBindingListener<T extends NodeBase>
public interface IBindingListener<T extends NodeBase>
EXPERIMENTAL - DO NOT USE.
This defines a control binding event interface which gets called when the control's
movement calls are used.
- Author:
- Frits Jalvingh
Created on Oct 13, 2009
moveControlToModel
void moveControlToModel(T control)
throws java.lang.Exception
- Throws:
java.lang.Exception
moveModelToControl
void moveModelToControl(T control)
throws java.lang.Exception
- Throws:
java.lang.Exception