|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - Type of object returned by the request.public interface Callback<T extends com.google.gwt.core.client.JavaScriptObject>
An interface for callbacks for OpenSocial requests.
| Method Summary | |
|---|---|
void |
onFail(OsapiError error)
Called when request fails. |
void |
onSuccess(T object)
Called when request succeeds. |
| Method Detail |
|---|
void onFail(OsapiError error)
error - The object encapsulating information about the error.void onSuccess(T object)
object - The object being the result of the request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||