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 voidXMLHttpRequest.setOnReadyStateChange(ReadyStateChangeHandler handler) Sets theReadyStateChangeHandlerto be notified when the object's ready-state changes.