public interface ReadyStateChangeHandler
XMLHttpRequest
object.Modifier and Type | Method and Description |
---|---|
void |
onReadyStateChange(XMLHttpRequest xhr)
This is called whenever the state of the XMLHttpRequest changes.
|
void onReadyStateChange(XMLHttpRequest xhr)
XMLHttpRequest.setOnReadyStateChange(com.google.gwt.xhr.client.ReadyStateChangeHandler)
.xhr
- the object whose state has changed.Copyright © 2018. All rights reserved.