public static interface TaskStack.TaskStackCallbacks
Modifier and Type | Method and Description |
---|---|
void |
onStackTaskAdded(TaskStack stack,
Task newTask)
Notifies when a new task has been added to the stack.
|
void |
onStackTaskRemoved(TaskStack stack,
Task removedTask,
Task newFrontMostTask,
AnimationProps animation,
boolean fromDockGesture)
Notifies when a task has been removed from the stack.
|
void |
onStackTasksRemoved(TaskStack stack)
Notifies when all tasks have been removed from the stack.
|
void |
onStackTasksUpdated(TaskStack stack)
Notifies when tasks in the stack have been updated.
|
void onStackTaskAdded(TaskStack stack, Task newTask)
void onStackTaskRemoved(TaskStack stack, Task removedTask, Task newFrontMostTask, AnimationProps animation, boolean fromDockGesture)
void onStackTasksRemoved(TaskStack stack)
void onStackTasksUpdated(TaskStack stack)