Package com.google.auth.oauth2
Class OAuth2Credentials.RefreshTaskListener
- java.lang.Object
-
- com.google.auth.oauth2.OAuth2Credentials.RefreshTaskListener
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- OAuth2Credentials
class OAuth2Credentials.RefreshTaskListener extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue>
task
-
Constructor Summary
Constructors Constructor Description RefreshTaskListener(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
task
private com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task
-
-
Constructor Detail
-
RefreshTaskListener
RefreshTaskListener(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task)
-
-