public class CompositeCancelable extends Object implements ICancelable
| Constructor and Description |
|---|
CompositeCancelable(List<jadex.bpmn.model.MSequenceEdge> outgoing,
ProcessThread thread,
BpmnInterpreter instance,
ICancelable[] subcancelinfos)
Create a new CompositeCancelable.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
cancel()
Cancel the activity.
|
ICancelable[] |
getSubcancelInfos()
Get the subcancelinfos.
|
public CompositeCancelable(List<jadex.bpmn.model.MSequenceEdge> outgoing, ProcessThread thread, BpmnInterpreter instance, ICancelable[] subcancelinfos)
public IFuture<Void> cancel()
cancel in interface ICancelablepublic ICancelable[] getSubcancelInfos()
Copyright © 2015. All Rights Reserved.