Assigns a delegate to the mouseEnter event.
public final void addOnMouseEnter( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the mouseEnter event to that method in the Properties window. The mouseEnter event occurs when the mouse first moves over this control.
See Also removeOnMouseEnter