Exemplo n.º 1
0
 public void removeSoundCompletionListener(SoundCompletionListener completionListener)
 {
     _soundCompletionListeners.Remove(completionListener);
 }
Exemplo n.º 2
0
 public void addSoundCompletionListener(SoundCompletionListener completionListener)
 {
     _soundCompletionListeners.AddLast(completionListener);
 }