public class NewControlAgentEvent extends KahinaEvent
| Constructor and Description |
|---|
NewControlAgentEvent(KahinaControlAgent controlAgent,
ControlAgentType agentType) |
| Modifier and Type | Method and Description |
|---|---|
ControlAgentType |
getAgentType() |
KahinaControlAgent |
getControlAgent()
Returns the control agent transported by this event, to which an actuator needs to be added according to the agent type.
|
getType, toStringpublic NewControlAgentEvent(KahinaControlAgent controlAgent, ControlAgentType agentType)
public KahinaControlAgent getControlAgent()
public ControlAgentType getAgentType()