Interface AudioEventListener
-
- All Known Implementing Classes:
AudioEventAdapter,AudioPlayerLifecycleManager
public interface AudioEventListenerListener of audio events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(AudioEvent event)
-
-
-
Method Detail
-
onEvent
void onEvent(AudioEvent event)
- Parameters:
event- The event
-
-