Interface IExecJavaAction
-
public interface IExecJavaAction
Deprecated.Classes that implement IExecJavaAction can be the target of Alert actions. The implementing class is constructed for each new Action, so no state can be maintained in this class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
action(AlertRule actionRule, AlertRule.Actions.Action action, TupleAddedEvent event)
Deprecated.Use ExecJavaActionClass
-
-
-
Method Detail
-
action
boolean action(AlertRule actionRule, AlertRule.Actions.Action action, TupleAddedEvent event) throws LiveViewException
Deprecated.Use ExecJavaActionClassaction- Parameters:
actionRule
- - the rule that caused the actionaction
- - This java exection actionevent
- - the event that caused the action to be executed.- Returns:
- true if action completed without error. False otherwise.
- Throws:
LiveViewException
-
-