com.baidu.sapi2.account
类 AccountThread
java.lang.Object
java.lang.Thread
com.baidu.sapi2.account.AccountThread
- 所有已实现的接口:
- Runnable
public class AccountThread
- extends Thread
构造方法摘要 |
AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type)
|
AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type,
AccountType accountType)
|
AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type,
DisplayAccount account)
|
AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type,
String accountName,
AccountType accountType)
|
从类 java.lang.Thread 继承的方法 |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
AccountThread
public AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type)
AccountThread
public AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type,
DisplayAccount account)
AccountThread
public AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type,
AccountType accountType)
AccountThread
public AccountThread(AccountAgent agent,
LocalAccountsListener listener,
RunType type,
String accountName,
AccountType accountType)
run
public void run()
- 指定者:
- 接口
Runnable
中的 run
- 覆盖:
- 类
Thread
中的 run
Copyright © 2013. All Rights Reserved.