GWT 2.7.0

Uses of Interface
com.google.gwt.xhr.client.ReadyStateChangeHandler

Packages that use ReadyStateChangeHandler
com.google.gwt.xhr.client Classes to support Javascript's XMLHttpRequest. 
 

Uses of ReadyStateChangeHandler in com.google.gwt.xhr.client
 

Methods in com.google.gwt.xhr.client with parameters of type ReadyStateChangeHandler
 void XMLHttpRequest.setOnReadyStateChange(ReadyStateChangeHandler handler)
          Sets the ReadyStateChangeHandler to be notified when the object's ready-state changes.
 


GWT 2.7.0