org.jbpm.graph.def
Interface ActionHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Action, CancelTimerAction, CreateTimerAction, MilestoneEvent, Script, SeamedAction

public interface ActionHandler
extends java.io.Serializable


Method Summary
 void execute(ExecutionContext executionContext)
           
 

Method Detail

execute

void execute(ExecutionContext executionContext)
             throws java.lang.Exception
Throws:
java.lang.Exception


Version : jbpm-3.1-beta3