Class CachingTaskEventTypes
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.EventType
public class CachingTaskEventTypes<E extends CachingTaskEvent<E>> implements EventType<E>
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventType<CachingTaskStateChangeEvent>CACHING_TASK_STATE_CHANGEpublic final static EventType<CachingTaskProgressEvent>CACHING_TASK_PROGRESSpublic final static EventType<CachingTaskErrorEvent>CACHING_TASK_ERRORpublic final Stringname
-