DhElement.addOnDataAvailable

Overview | Methods | This Package | All Packages

DhElement.addOnDataAvailable

Assigns a delegate to the dataAvailable event.

Syntax

public final void addOnDataAvailable( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

How frequently this handler is triggered depends on the data source object.

See Also   removeOnDataAvailable