|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- the type of resourcepublic interface ResourceCallback<R extends ResourcePrototype>
A callback interface for asynchronous operations on resources.
Method Summary | |
---|---|
void |
onError(ResourceException e)
Invoked if the asynchronous operation failed. |
void |
onSuccess(R resource)
Invoked if the asynchronous operation was successfully completed. |
Method Detail |
---|
void onError(ResourceException e)
e
- an exception describing the failurevoid onSuccess(R resource)
resource
- the resource on which the operation was performed
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |