Package | Description |
---|---|
com.edorasware.cmmn.engine.core.engineactions |
<p>Action classes for all of the engine actions which alter engine state (an example of such an action would be
handlePlanItemTransition which is implemented in
PlanItemTransitionAction here. |
com.edorasware.cmmn.engine.hooks |
<p>CMMN engine implementation hooks.
|
Modifier and Type | Class and Description |
---|---|
class |
EngineActionEvent
The default CMMN action event implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
CmmnActionListener.actionPerformed(CmmnActionEvent cmmnActionEvent)
The call-back method invoked just after the actual action has been performed.
|
void |
CmmnActionListener.actionWillBePerformed(CmmnActionEvent cmmnActionEvent)
The call-back method invoked just before the actual action is performed.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.