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 voidonCompleted(T response)voidonThrowable(Throwable t)
-