|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrx.android.schedulers.AndroidSchedulers
public class AndroidSchedulers
Schedulers that have Android specific functionality
Method Summary | |
---|---|
static rx.Scheduler |
handlerThread(android.os.Handler handler)
Scheduler which uses the provided Handler to execute an action |
static rx.Scheduler |
mainThread()
Scheduler which will execute an action on the main Android UI thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static rx.Scheduler handlerThread(android.os.Handler handler)
Scheduler
which uses the provided Handler
to execute an action
handler
- The handler that will be used when executing the action
public static rx.Scheduler mainThread()
Scheduler
which will execute an action on the main Android UI thread.
Looper
based scheduler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |