Uses of Interface
com.google.gwt.xhr.client.ReadyStateChangeHandler
Packages that use ReadyStateChangeHandler
-
Uses of ReadyStateChangeHandler in com.google.gwt.xhr.client
Methods in com.google.gwt.xhr.client with parameters of type ReadyStateChangeHandlerModifier and TypeMethodDescriptionfinal void
XMLHttpRequest.setOnReadyStateChange
(ReadyStateChangeHandler handler) Sets theReadyStateChangeHandler
to be notified when the object's ready-state changes.