UiThread

隨時隨地獲得主線程:

public class UiThread
{
  private static final Handler sUiHandler = new Handler(Looper.getMainLooper());

  /**
   * Helper runnable classes that can be scheduled at any thread but will be started on UI thread only.
   */
  public static abstract class UiRunnable implements Runnable
  {
    @Override
    public final void run()
    {
      if (currentThreadIsUi())
        runUi();
      else
        UiThread.run(this);
    }

    protected abstract void runUi();
  }

  public static abstract class UiProc<T> implements Proc<T>
  {
    @Override
    public final void invoke(final T param)
    {
      if (currentThreadIsUi())
        invokeUi(param);
      else
        UiThread.run(new Runnable()
        {
          @Override
          public void run()
          {
            invokeUi(param);
          }
        });
    }

    protected abstract void invokeUi(T param);
  }

  /**
   * Checks if we currently on UI thread. Throws IllegalStateException if called not from UI thread.
   */
  public static void checkUi()
  {
    if (!currentThreadIsUi())
      throw new IllegalStateException("Method should be called from UI thread.");
  }

  /**
   * Checks if we currently not on UI thread. Throws IllegalStateException if called from UI thread.
   */
  public static void checkNotUi()
  {
    if (currentThreadIsUi())
      throw new IllegalStateException("Method should NOT be called from UI thread.");
  }

  public static boolean currentThreadIsUi()
  {
    return sUiHandler.getLooper().getThread() == Thread.currentThread();
  }

  /**
   * Executes something on UI thread. If called from UI thread then given task will be executed synchronously.
   *
   * @param task the code that must be executed on UI thread.
   */
  public static void run(Runnable task)
  {
    if (currentThreadIsUi())
      task.run();
    else
      sUiHandler.post(task);
  }

  /**
   * Executes something on UI thread after last message queued in the application's main looper.
   *
   * @param task the code that must be executed later on UI thread.
   */
  public static void runLater(Runnable task)
  {
    runLater(task, 0);
  }

  /**
   * Executes something on UI thread after a given delay.
   *
   * @param task  the code that must be executed on UI thread after given delay.
   * @param delay The delay (in milliseconds) until the code will be executed.
   */
  public static void runLater(Runnable task, long delay)
  {
    sUiHandler.postDelayed(task, delay);
  }

  /**
   * Cancels execution of the given task that was previously queued with {@link #run(Runnable)},
   * {@link #runLater(Runnable)} or {@link #runLater(Runnable, long)} if it was not started yet.
   *
   * @param task the code that must be cancelled.
   */
  public static void cancelDelayedTasks(Runnable task)
  {
    sUiHandler.removeCallbacks(task);
  }
}
public interface Proc<T>
{
  void invoke(T param);
}
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末夏志,一起剝皮案震驚了整個濱河市旁趟,隨后出現(xiàn)的幾起案子夯到,更是在濱河造成了極大的恐慌亭畜,老刑警劉巖兑障,帶你破解...
    沈念sama閱讀 211,290評論 6 491
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件胎源,死亡現(xiàn)場離奇詭異阱驾,居然都是意外死亡恨统,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,107評論 2 385
  • 文/潘曉璐 我一進店門枕扫,熙熙樓的掌柜王于貴愁眉苦臉地迎上來陪腌,“玉大人,你說我怎么就攤上這事∈迹” “怎么了染簇?”我有些...
    開封第一講書人閱讀 156,872評論 0 347
  • 文/不壞的土叔 我叫張陵,是天一觀的道長强岸。 經(jīng)常有香客問我锻弓,道長,這世上最難降的妖魔是什么蝌箍? 我笑而不...
    開封第一講書人閱讀 56,415評論 1 283
  • 正文 為了忘掉前任青灼,我火速辦了婚禮,結(jié)果婚禮上妓盲,老公的妹妹穿的比我還像新娘杂拨。我一直安慰自己,他們只是感情好悯衬,可當我...
    茶點故事閱讀 65,453評論 6 385
  • 文/花漫 我一把揭開白布弹沽。 她就那樣靜靜地躺著,像睡著了一般筋粗。 火紅的嫁衣襯著肌膚如雪策橘。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,784評論 1 290
  • 那天娜亿,我揣著相機與錄音丽已,去河邊找鬼。 笑死暇唾,一個胖子當著我的面吹牛促脉,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播策州,決...
    沈念sama閱讀 38,927評論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼瘸味,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了够挂?” 一聲冷哼從身側(cè)響起旁仿,我...
    開封第一講書人閱讀 37,691評論 0 266
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎孽糖,沒想到半個月后枯冈,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,137評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡办悟,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,472評論 2 326
  • 正文 我和宋清朗相戀三年尘奏,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片病蛉。...
    茶點故事閱讀 38,622評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡炫加,死狀恐怖瑰煎,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情俗孝,我是刑警寧澤酒甸,帶...
    沈念sama閱讀 34,289評論 4 329
  • 正文 年R本政府宣布,位于F島的核電站赋铝,受9級特大地震影響插勤,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜革骨,卻給世界環(huán)境...
    茶點故事閱讀 39,887評論 3 312
  • 文/蒙蒙 一农尖、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧苛蒲,春花似錦卤橄、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,741評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽喇颁。三九已至漏健,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間橘霎,已是汗流浹背蔫浆。 一陣腳步聲響...
    開封第一講書人閱讀 31,977評論 1 265
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留姐叁,地道東北人瓦盛。 一個月前我還...
    沈念sama閱讀 46,316評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像外潜,于是被迫代替她去往敵國和親原环。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 43,490評論 2 348

推薦閱讀更多精彩內(nèi)容