Package jadex.rules.eca
Class MethodAction<T>
- java.lang.Object
- 
- jadex.rules.eca.MethodAction<T>
 
- 
- 
Constructor SummaryConstructors Constructor Description MethodAction(java.lang.Object object, java.lang.reflect.Method method)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<T>execute(IEvent event, IRule rule, java.lang.Object context, java.lang.Object condresult)Execute the action.
 
-