Receives any event that is emitted by the player.
@override set onEvent(void Function(Event) func) { _addListener(func); }