| Package | Description |
|---|---|
| org.flowable.cmmn.api.delegate | |
| org.flowable.cmmn.api.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatePlanItemInstance |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItemInstanceLifeCycleListener.stateChanged(PlanItemInstance planItemInstance,
String oldState,
String newState)
Will be called when the state of a
PlanItemInstance changes, if the PlanItemInstanceLifeCycleListener.getItemDefinitionTypes() and the
PlanItemInstanceLifeCycleListener.getSourceState() and PlanItemInstanceLifeCycleListener.getTargetState() match. |
Copyright © 2018 Flowable. All rights reserved.