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