public static class CommandAction.CommandData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
condresult
The condition result.
|
protected java.lang.Object |
context
The context.
|
protected IEvent |
event
The event.
|
protected IRule<?> |
rule
The rule.
|
Constructor and Description |
---|
CommandData(IEvent event,
IRule<?> rule,
java.lang.Object context,
java.lang.Object condresult)
Create a new CommandData.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCondresult()
Get the condresult.
|
java.lang.Object |
getContext()
Get the context.
|
IEvent |
getEvent()
Get the event.
|
IRule<?> |
getRule()
Get the rule.
|
protected IEvent event
protected IRule<?> rule
protected java.lang.Object context
protected java.lang.Object condresult
public IEvent getEvent()
public IRule<?> getRule()
public java.lang.Object getContext()
public java.lang.Object getCondresult()