Package cmion.level3
Class EventMindActionSucceeded
- java.lang.Object
-
- ion.Meta.Event
-
- cmion.architecture.CmionEvent
-
- cmion.level3.EventMindActionSucceeded
-
- All Implemented Interfaces:
ion.Meta.IEvent
public class EventMindActionSucceeded extends CmionEvent
this type of event is raised by the competency manager when a mind action has succeeded the agent mind connector listens for those events and sends them to the agent mind
-
-
Constructor Summary
Constructors Constructor Description EventMindActionSucceeded(MindAction mindAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MindActiongetMindAction()returns the mind action that this event refers tojava.lang.StringtoString()displays information about this event-
Methods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginator
-
-
-
-
Constructor Detail
-
EventMindActionSucceeded
public EventMindActionSucceeded(MindAction mindAction)
-
-
Method Detail
-
getMindAction
public MindAction getMindAction()
returns the mind action that this event refers to
-
toString
public java.lang.String toString()
displays information about this event- Overrides:
toStringin classjava.lang.Object
-
-