Exemplo n.º 1
0
 public void destroyView() {
   try {
     synchronized (this) {
       handler.getAssetsSound().stopSoundAll();
       handler.getPlaySound().stopSoundAll();
       handler.destroy();
       ActionControl.getInstance().stopAll();
       LSystem.destroy();
       releaseResources();
       notifyAll();
     }
   } catch (Exception e) {
   }
 }