All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jbpm.signal.EventService Maven / Gradle / Ivy

The newest version!
package org.jbpm.signal;

import org.jbpm.graph.def.GraphElement;
import org.jbpm.graph.exe.ExecutionContext;
import org.jbpm.svc.Service;

/**
 * An extension to the jBPM event architecture 
 * 
 * @author [email protected]
 * @since 20-Dec-2008
 */
public interface EventService extends Service
{
  static String SERVICE_NAME = "event";

  void fireEvent(String eventType, GraphElement graphElement, ExecutionContext executionContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy