Ejemplo n.º 1
0
 public void setW(War w) {
   this.w = w;
   if (this.w != null) {
     w.addLauncherDestructor(this);
   }
 }