android.accounts
Interface AccountManagerFuture<V>


public interface AccountManagerFuture<V>


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

Method Detail

cancel

boolean cancel(boolean mayInterruptIfRunning)

isCancelled

boolean isCancelled()

isDone

boolean isDone()

getResult

V getResult()
            throws OperationCanceledException,
                   IOException,
                   AuthenticatorException
Throws:
OperationCanceledException
IOException
AuthenticatorException

getResult

V getResult(long timeout,
            TimeUnit unit)
            throws OperationCanceledException,
                   IOException,
                   AuthenticatorException
Throws:
OperationCanceledException
IOException
AuthenticatorException


Copyright © 2008-2012. All Rights Reserved.