Package cmion.level3

Class EventMindActionFailed

java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
cmion.level3.EventMindActionFailed
All Implemented Interfaces:
ion.Meta.IEvent

public class EventMindActionFailed extends CmionEvent
this type of event is raised by the competency manager when a mind action has failed the agent mind connector listens for those events and sends them to the agent mind
  • Constructor Details

    • EventMindActionFailed

      public EventMindActionFailed(MindAction mindAction)
  • Method Details

    • getMindAction

      public MindAction getMindAction()
      returns the mind action that this event refers to
    • toString

      public String toString()
      displays information about this event
      Overrides:
      toString in class Object