Assigns a delegate to the readyStateChange event.
final public void addOnReadyStateChange ( ReadyStateEventHandler h )
h
The ReadyStateEventHandler delegate to be notified when this event occurs.
The readyStateChange event is triggered whenever the ready state of the document has changed. The possible ready state values for DhDocument are uninitialized, loading, interactive, and complete. For more information, see ReadyStateEvent.
See Also removeOnReadyStateChange