public class FlowActionChain extends java.lang.Object implements FlowAction
| ?????? |
|---|
FlowActionChain(FlowAction... actions) |
| ?????? | ????? |
|---|---|
void |
handle(FlowHandler flowHandler,
java.lang.String actionId)
This method will be called by the
FlowHandler of the current flow whenever the action is triggered. |
public FlowActionChain(FlowAction... actions)
public void handle(FlowHandler flowHandler, java.lang.String actionId) throws FlowException
FlowActionFlowHandler of the current flow whenever the action is triggered.handle ???? FlowActionflowHandler - the flowHandler of the current flowactionId - unique ID of this action in the current flowFlowException - if an error occures while handling the action