Assigns a delegate to the dataAvailable event.
public final void addOnDataAvailable( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
How frequently this handler is triggered depends on the data source object.
See Also removeOnDataAvailable