public class HandlerActionQueue extends Object
Constructor and Description |
---|
HandlerActionQueue() |
Modifier and Type | Method and Description |
---|---|
void |
executeActions(Handler handler) |
long |
getDelay(int index) |
Runnable |
getRunnable(int index) |
void |
post(Runnable action) |
void |
postDelayed(Runnable action,
long delayMillis) |
void |
removeCallbacks(Runnable action) |
int |
size() |
public void post(Runnable action)
public void postDelayed(Runnable action, long delayMillis)
public void removeCallbacks(Runnable action)
public void executeActions(Handler handler)
public int size()
public Runnable getRunnable(int index)
public long getDelay(int index)