Assigns a delegate to the error event.
public final void addOnError( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
This delegate specifies a method that is called when an error occurs.
See Also removeOnError