Package jadex.rules.eca
Interface IAction<T>
-
- All Known Implementing Classes:
CommandAction
,MethodAction
public interface IAction<T>
Interface for the action part of a rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<T>
execute(IEvent event, IRule<T> rule, java.lang.Object context, java.lang.Object condresult)
Execute the action.
-