public interface TaskKeepAliveListener
TaskKeepAlive gets to know that a Task (that is currently being kept alive) has been removed
by the TaskManager the method removedTask(Task) will be called.| Modifier and Type | Method and Description |
|---|---|
void |
removedTask(Task task)
Called if the
TaskKeepAlive gets to know that a Task (that is currently being kept alive) has been
removed by the TaskManager. |