public class CompositeCancelable extends java.lang.Object implements ICancelable
Modifier and Type | Field and Description |
---|---|
protected IInternalAccess |
instance |
protected java.util.List<MSequenceEdge> |
outgoing |
protected ICancelable[] |
subcancelinfos |
protected ProcessThread |
thread |
Constructor and Description |
---|
CompositeCancelable(java.util.List<MSequenceEdge> outgoing,
ProcessThread thread,
IInternalAccess instance,
ICancelable[] subcancelinfos)
Create a new CompositeCancelable.
|
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Void> |
cancel()
Cancel the activity.
|
ICancelable[] |
getSubcancelInfos()
Get the subcancelinfos.
|
protected java.util.List<MSequenceEdge> outgoing
protected ProcessThread thread
protected IInternalAccess instance
protected ICancelable[] subcancelinfos
public CompositeCancelable(java.util.List<MSequenceEdge> outgoing, ProcessThread thread, IInternalAccess instance, ICancelable[] subcancelinfos)
public IFuture<java.lang.Void> cancel()
cancel
in interface ICancelable
public ICancelable[] getSubcancelInfos()