android.os
Class Looper

java.lang.Object
  extended by android.os.Looper

public class Looper
extends Object


Method Summary
 void dump(Printer pw, String prefix)
           
static Looper getMainLooper()
           
 Thread getThread()
           
static void loop()
           
static Looper myLooper()
           
static MessageQueue myQueue()
           
static void prepare()
           
static void prepareMainLooper()
           
 void quit()
           
 void setMessageLogging(Printer printer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

prepare

public static void prepare()

prepareMainLooper

public static void prepareMainLooper()

getMainLooper

public static Looper getMainLooper()

loop

public static void loop()

myLooper

public static Looper myLooper()

setMessageLogging

public void setMessageLogging(Printer printer)

myQueue

public static MessageQueue myQueue()

quit

public void quit()

getThread

public Thread getThread()

dump

public void dump(Printer pw,
                 String prefix)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.