org.jbpm.signal
Interface EventService

All Superinterfaces:
java.io.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 java.lang.String SERVICE_NAME
           
 
Method Summary
 void fireEvent(java.lang.String eventType, GraphElement graphElement, ExecutionContext executionContext)
           
 
Methods inherited from interface org.jbpm.svc.Service
close
 

Field Detail

SERVICE_NAME

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

fireEvent

void fireEvent(java.lang.String eventType,
               GraphElement graphElement,
               ExecutionContext executionContext)


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