Package cmion.level3

Class EventMindActionCancelled

  • All Implemented Interfaces:
    ion.Meta.IEvent

    public class EventMindActionCancelled
    extends CmionEvent
    this type of event is raised by the competency manager when a mind action was cancelled the agent mind connector listens for those events and sends them to the agent mind
    • Constructor Detail

      • EventMindActionCancelled

        public EventMindActionCancelled​(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:
        toString in class java.lang.Object