Class CacheEventTypes
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.EventType
public class CacheEventTypes<E extends CacheEvent<E>> implements EventType<E>
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventType<CacheStateChangeEvent>
CACHE_STATE_CHANGE
public final String
name
-
Constructor Summary
Constructors Constructor Description CacheEventTypes(String name)
-