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.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values
Method Detail

performAction

public void performAction(Action action)
This method will be called to perform the action.
Parameters:
action - An Action object.