Beispiel #1
0
 @Override
 public void proactivityTerminate() {
   LogService.write(this.getId(), "La factoriel de " + this.n + " vaut " + this.liste.pop());
   this.desactivateWithFipa();
   //		System.exit(1);
 }