| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Method |
method
The method.
|
protected java.lang.Object |
object
The object.
|
| Constructor and Description |
|---|
MethodAction(java.lang.Object object,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<T> |
execute(IEvent event,
IRule rule,
java.lang.Object context,
java.lang.Object condresult)
Execute the action.
|
protected java.lang.Object object
protected java.lang.reflect.Method method
public MethodAction(java.lang.Object object,
java.lang.reflect.Method method)