Example #1
0
 public void removeSoundCompletionListener(SoundCompletionListener completionListener)
 {
     _soundCompletionListeners.Remove(completionListener);
 }
Example #2
0
 public void addSoundCompletionListener(SoundCompletionListener completionListener)
 {
     _soundCompletionListeners.AddLast(completionListener);
 }