DhObjectFactory.addOnError

Overview | Methods | This Package | All Packages

DhObjectFactory.addOnError

Assigns a delegate to the error event. 

Syntax

public final void addOnError ( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

The delegate specifies a method that is called when this element generates an error.

See Also   removeOnError