|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - public interface AuthenticationCallback<T>
Callback to use with token request. User implements this callback to use result in their context.
| Method Summary | |
|---|---|
void |
onError(Exception exc)
Sends error information. |
void |
onSuccess(T result)
This will have the token info. |
| Method Detail |
|---|
void onSuccess(T result)
result - returns void onError(Exception exc)
exc - return Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||