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

Method Summary
 void moveControlToModel(T control)
           
 void moveModelToControl(T control)
           
 

Method Detail

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