com.ibm.commerce.rule
Interface ActionHandler

All Known Subinterfaces:
CampaignInitiativeEvaluateCmd

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.
Method Detail

performAction

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