Package com.google.gwt.xhr.client
Interface ReadyStateChangeHandler
public interface ReadyStateChangeHandler
A ready-state callback for an
XMLHttpRequest
object.-
Method Summary
Modifier and TypeMethodDescriptionvoid
This 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.
-