Interface CachingTaskListEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.cache.CacheEvent
public interface CachingTaskListEvent<E extends CacheEvent<E>> implements CacheEvent<E>
The Caching TaskList event.
-
-
Method Summary
Modifier and Type Method Description abstract CachingTask
getTask()
The CachingTask of the CachingTaskListEvent. -
-
Method Detail
-
getTask
@Nullable() abstract CachingTask getTask()
The CachingTask of the CachingTaskListEvent.
- Returns:
The CachingTask. (Nullable)
-
-
-
-