|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrx.Scheduler.Inner
public abstract static class Scheduler.Inner
Constructor Summary | |
---|---|
Scheduler.Inner()
|
Method Summary | |
---|---|
long |
now()
|
abstract void |
schedule(Action1<Scheduler.Inner> action)
Schedules a cancelable action to be executed in delayTime. |
abstract void |
schedule(Action1<Scheduler.Inner> action,
long delayTime,
java.util.concurrent.TimeUnit unit)
Schedules an action to be executed in delayTime. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface rx.Subscription |
---|
isUnsubscribed, unsubscribe |
Constructor Detail |
---|
public Scheduler.Inner()
Method Detail |
---|
public abstract void schedule(Action1<Scheduler.Inner> action, long delayTime, java.util.concurrent.TimeUnit unit)
delayTime
- time the action is to be delayed before executingunit
- time unit of the delay timepublic abstract void schedule(Action1<Scheduler.Inner> action)
public long now()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |