com.xtremelabs.robolectric.util
Class Scheduler

java.lang.Object
  extended by com.xtremelabs.robolectric.util.Scheduler

public class Scheduler
extends java.lang.Object


Constructor Summary
Scheduler()
           
 
Method Summary
 int enqueuedTaskCount()
           
 void post(java.lang.Runnable runnable)
           
 void postDelayed(java.lang.Runnable runnable, long delayMillis)
           
 void reset()
           
 boolean tick(long intervalMs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler

public Scheduler()
Method Detail

postDelayed

public void postDelayed(java.lang.Runnable runnable,
                        long delayMillis)

post

public void post(java.lang.Runnable runnable)

tick

public boolean tick(long intervalMs)

enqueuedTaskCount

public int enqueuedTaskCount()

reset

public void reset()