Package com.github.scribejava.core.model
Interface OAuthAsyncRequestCallback<T>
-
public interface OAuthAsyncRequestCallback<T>
-
-
Method Summary
Modifier and Type Method Description voidonCompleted(T response)voidonThrowable(Throwable t)
-
public interface OAuthAsyncRequestCallback<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
onCompleted(T response) |
|
void |
onThrowable(Throwable t) |