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