站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

ActionHandler (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.graph.def
Interface ActionHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MilestoneEvent

public interface ActionHandler
extends java.io.Serializable


Method Summary
 void execute(ExecutionContext executionContext)
           
 

Method Detail

execute

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


Version : jbpm-3.0.4