Exemple #1
0
 /**
  * Reset the list of <code>Runnable</code> objects to be executed on JADE termination
  *
  * @see invokeOnTermination()
  */
 public void resetTerminators() {
   terminators.clear();
 }