Package com.google.gwt.xhr.client
Interface ReadyStateChangeHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis is called whenever the state of the XMLHttpRequest changes.
-
Method Details
-
onReadyStateChange
This is called whenever the state of the XMLHttpRequest changes. SeeXMLHttpRequest.setOnReadyStateChange(com.google.gwt.xhr.client.ReadyStateChangeHandler).- Parameters:
xhr- the object whose state has changed.
-