public interface FlowAction
| ?????? | ????? |
|---|---|
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. |
void handle(FlowHandler flowHandler, java.lang.String actionId) throws FlowException
FlowHandler of the current flow whenever the action is triggered.flowHandler - the flowHandler of the current flowactionId - unique ID of this action in the current flowFlowException - if an error occures while handling the action