|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AnimationExecutor.Task
The animation task to be run.
Method Summary | |
---|---|
void |
run(boolean isQueueEmpty,
Runnable taskIsDone)
Run a task in the Event thread. |
void |
thereAreTasksWaiting()
Called to notify the task that at least one task is now waiting in the executor's queue. |
Method Detail |
---|
void run(boolean isQueueEmpty, Runnable taskIsDone)
isQueueEmpty
- the executor's queue is empty at the time of this calltaskIsDone
- Runnable
that must be called when the task is donevoid thereAreTasksWaiting()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |