Package jade.util

Examples of jade.util.Event.notifyProcessed()


    // notify that the command has been processed such as the JADEGateway is waken-up
    if (e != null) {
      if (myLogger.isLoggable(Logger.INFO)) {
        myLogger.log(Logger.INFO, myAgent.getLocalName() + " terminated execution of command " + command);
      }
      e.notifyProcessed(null);
    }
  }
 
  public int onEnd() {
    if (myLogger.isLoggable(Logger.INFO))
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.