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