com.ibm.commerce.rule
Interface ActionHandler
- All Known Subinterfaces:
- CampaignInitiativeEvaluateCmd
- All Known Implementing Classes:
- CampaignInitiativeEvaluateCmdImpl
- public interface ActionHandler
This interface must be implemented to handle all the possible actions in your rule set.
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright. |
Method Summary |
void |
performAction(Action action)
This method will be called to perform the action. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright.
- See Also:
- Constant Field Values
performAction
public void performAction(Action action)
- This method will be called to perform the action.
-
- Parameters:
- action - An Action object.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.