Uses of Interface
com.adonax.audiocue.AudioCueListener
-
Uses of AudioCueListener in com.adonax.audiocue
Methods in com.adonax.audiocue with parameters of type AudioCueListenerModifier and TypeMethodDescriptionvoid
AudioCue.addAudioCueListener
(AudioCueListener listener) Registers anAudioCueListener
to receive notifications of events pertaining to theAudioCue
and its playing or playable instances.void
AudioCue.removeAudioCueListener
(AudioCueListener listener) Removes anAudioCueListener
from receiving notifications of events pertaining to theAudioCue
and its playing instances.