android.os
Class Looper
java.lang.Object
android.os.Looper
public class Looper
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
prepare
public static final void prepare()
prepareMainLooper
public static final void prepareMainLooper()
getMainLooper
public static final Looper getMainLooper()
loop
public static final void loop()
myLooper
public static final Looper myLooper()
setMessageLogging
public void setMessageLogging(Printer printer)
myQueue
public static final MessageQueue myQueue()
quit
public void quit()
getThread
public java.lang.Thread getThread()
dump
public void dump(Printer pw,
java.lang.String prefix)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2010. All Rights Reserved.