EventListener

com.bitmovin.player.api.event

EventListener

interface EventListener<E : Event?>

Used to represent event listeners when Kotlin lambdas can not be used to conveniently subscribe to events (e.g. when used from Java).

Functions

NameSummary
onEventabstract fun onEvent(event: E)