GWT 2.1.1

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

Packages that use ReadyStateChangeHandler
com.google.gwt.xhr.client   
 

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.1.1