Assigns a delegate to the mouseMove event.
public final void addOnMouseMove( MouseEventHandler value )
value
The MouseEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the mouseMove event to that method in the Properties window. The mouseMove event occurs when the user moves the mouse over this control.
See Also removeOnMouseMove