Interface RemoveTaskEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.cache.CacheEvent
,com.theoplayer.android.api.event.cache.tasklist.CachingTaskListEvent
public interface RemoveTaskEvent implements CachingTaskListEvent<E>
Fired when a CachingTask is removed from the CachingTaskList.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.event.cache.tasklist.CachingTaskListEvent
getTask
-
Methods inherited from class com.theoplayer.android.api.event.Event
getDate, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-