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
Method Detail |
---|
public void performAction(Action action)
action
- An Action object.