android.accounts
Interface AccountManagerFuture<V>


public interface AccountManagerFuture<V>


Method Summary
 boolean cancel(boolean mayInterruptIfRunning)
           
 V getResult()
           
 V getResult(long timeout, java.util.concurrent.TimeUnit unit)
           
 boolean isCancelled()
           
 boolean isDone()
           
 

Method Detail

cancel

boolean cancel(boolean mayInterruptIfRunning)

isCancelled

boolean isCancelled()

isDone

boolean isDone()

getResult

V getResult()
            throws OperationCanceledException,
                   java.io.IOException,
                   AuthenticatorException
Throws:
OperationCanceledException
java.io.IOException
AuthenticatorException

getResult

V getResult(long timeout,
            java.util.concurrent.TimeUnit unit)
            throws OperationCanceledException,
                   java.io.IOException,
                   AuthenticatorException
Throws:
OperationCanceledException
java.io.IOException
AuthenticatorException


Copyright © 2008-2010. All Rights Reserved.