public interface SoundPlaybackListener
extends java.util.EventListener
ISoundPlayback instance gets cancelled or finished.| Modifier and Type | Method and Description |
|---|---|
void |
cancelled(SoundEvent event)
This method gets called when a
SoundPlayback is cancelled. |
void |
finished(SoundEvent event)
This method gets called when a
SoundPlayback is finished. |
void cancelled(SoundEvent event)
SoundPlayback is cancelled.event - a SoundEvent object describing the
event source and the related Sound.void finished(SoundEvent event)
SoundPlayback is finished.event - a SoundEvent object describing the
event source and the related Sound.