Examples of DeployerEvent


Examples of net.sourceforge.javautil.deployer.DeployerEvent

   * @param throwable The exception, if any, related to the event
   *
   * @return The event object that was generated
   */
  protected DeployerEvent fireEvent (IDeployer deployer, DU deployment, Type type, Throwable throwable) {
    DeployerEvent evt = this.createEvent(deployer, deployment, type, throwable);
    ((IDeployerListener)propagator).handle( evt );
    return evt;
  }
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.