|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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 |
---|
void onTransportSuccess(java.lang.String payload)
payload
- the String payloadvoid onTransportFailure(ServerFailure failure)
message
- the String error message
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |