public abstract class Action extends Object implements Serializable
Chips are able to perform. The intention
is that this might later be used for transaction management.| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubAction(Action subAction) |
void |
perform()
Call perform of subactions after performing this.
|
protected abstract void |
performAction() |
void |
removeSubAction(Action subAction) |
protected abstract void performAction()
throws ConsistencyCheckException
ConsistencyCheckExceptionpublic final void perform()
throws ConsistencyCheckException
ConsistencyCheckExceptionpublic void addSubAction(Action subAction)
public void removeSubAction(Action subAction)
Copyright © 2017 SAP SE. All Rights Reserved.