Interface CachingTaskStateChangeEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.cache.CacheEvent
,com.theoplayer.android.api.event.cache.task.CachingTaskEvent
public interface CachingTaskStateChangeEvent implements CachingTaskEvent<E>
Fired when the CachingTask state is changed.
-
-
Method Summary
Modifier and Type Method Description abstract CachingTaskStatus
getStatus()
The current status of the task. -
-
Method Detail
-
getStatus
@NonNull() abstract CachingTaskStatus getStatus()
- Returns:
The status of the task. (NonNull)
-
-
-
-