Package org.activiti.engine.delegate.event.impl

Examples of org.activiti.engine.delegate.event.impl.ActivitiEventSupport


  // TODO: serialisation support?
  protected transient ActivitiEventSupport eventSupport;
 
  public ProcessDefinitionEntity() {
    super(null);
    eventSupport = new ActivitiEventSupport();
  }
View Full Code Here

TOP

Related Classes of org.activiti.engine.delegate.event.impl.ActivitiEventSupport

Copyright © 2018 www.massapicom. 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.