public static interface

RequestTransport.TransportReceiver

com.google.gwt.requestfactory.shared.RequestTransport.TransportReceiver

Class Overview

A callback interface.

Summary

Public Methods
abstract void onTransportFailure(ServerFailure failure)
Called to report a transmission failure as a ServerFailure.
abstract void onTransportSuccess(String payload)
Called when the transmission succeeds.

Public Methods

public abstract void onTransportFailure (ServerFailure failure)

Called to report a transmission failure as a ServerFailure.

public abstract void onTransportSuccess (String payload)

Called when the transmission succeeds.

Parameters
payload the String payload