Uses of Interface
com.google.gwt.xhr.client.ReadyStateChangeHandler
-
Packages that use ReadyStateChangeHandler Package Description 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 Modifier and Type Method Description voidXMLHttpRequest. setOnReadyStateChange(ReadyStateChangeHandler handler)Sets theReadyStateChangeHandlerto be notified when the object's ready-state changes.
-