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