Package com.theoplayer.android.api.event
Interface EventListener
-
- All Implemented Interfaces:
public interface EventListener<E extends Event>The Event Listener.
-
-
Method Summary
Modifier and Type Method Description abstract voidhandleEvent(E event)-
-
Method Detail
-
handleEvent
abstract void handleEvent(E event)
-
-
-
-