public interface

ResponseTextHandler

com.google.gwt.user.client.ResponseTextHandler

Class Overview

Implement this interface to receive HTTP completion events.

Summary

Public Methods
abstract void onCompletion(String responseText)
Called when an asynchronous HTTP request completes successfully.

Public Methods

public abstract void onCompletion (String responseText)

Called when an asynchronous HTTP request completes successfully.

Parameters
responseText the text returned from the server