org.jbpm.signal
Interface EventService

All Superinterfaces:
Serializable, Service

public interface EventService
extends Service

An extension to the jBPM event architecture

Since:
20-Dec-2008
Author:
thomas.diesler@jboss.com

Field Summary
static String SERVICE_NAME
           
 
Method Summary
 void fireEvent(String eventType, GraphElement graphElement, ExecutionContext executionContext)
           
 
Methods inherited from interface org.jbpm.svc.Service
close
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

fireEvent

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


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.