public interface

ReadyStateChangeHandler

com.google.gwt.xhr.client.ReadyStateChangeHandler

Class Overview

A ready-state callback for an XMLHttpRequest object.

Summary

Public Methods
abstract void onReadyStateChange(XMLHttpRequest xhr)
This is called whenever the state of the XMLHttpRequest changes.

Public Methods

public abstract void onReadyStateChange (XMLHttpRequest xhr)

This is called whenever the state of the XMLHttpRequest changes. See setOnReadyStateChange(ReadyStateChangeHandler).

Parameters
xhr the object whose state has changed.