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