|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RequestTransport.TransportReceiver
A callback interface.
Method Summary | |
---|---|
void |
onTransportFailure(ServerFailure failure)
Called to report a transmission failure as a ServerFailure. |
void |
onTransportSuccess(java.lang.String payload)
Called when the transmission succeeds. |
Method Detail |
---|
void onTransportSuccess(java.lang.String payload)
payload
- the String payloadvoid onTransportFailure(ServerFailure failure)
failure
- a ServerFailure instance indicating the nature
of the failure
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |