Ejemplo n.º 1
0
 public void stop() {
   mymod.stop();
   super.stop();
 }
Ejemplo n.º 2
0
 // Close the sound engine
 public void stop() {
   Sonia.stop();
   super.stop();
 }