GWT 2.3.0

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

Enclosing interface:
RequestTransport

Deprecated.

@Deprecated
public static interface RequestTransport.TransportReceiver

A callback interface.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Method Summary
 void onTransportFailure(ServerFailure failure)
          Deprecated. Called to report a transmission failure as a ServerFailure.
 void onTransportSuccess(java.lang.String payload)
          Deprecated. Called when the transmission succeeds.
 

Method Detail

onTransportSuccess

void onTransportSuccess(java.lang.String payload)
Deprecated. 
Called when the transmission succeeds.

Parameters:
payload - the String payload

onTransportFailure

void onTransportFailure(ServerFailure failure)
Deprecated. 
Called to report a transmission failure as a ServerFailure.

Parameters:
message - the String error message

GWT 2.3.0