Assigns a delegate to the apply event.
public final void addOnApply( 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 apply event to that method in the Properties window. The apply event occurs when the user clicks Apply in the dialog box.
See Also removeOnApply