Package cmion.level3

Class EventRemoteAction

  • All Implemented Interfaces:
    ion.Meta.IEvent

    public class EventRemoteAction
    extends CmionEvent
    this type of event can be raised by any sensing competency. It represents someone other than the companion (e.g. a user) performing an action. The action is represented as an agent mind action. The agent mind connector listens for those events and sends them to the agent mind
    • Constructor Detail

      • EventRemoteAction

        public EventRemoteAction​(MindAction remoteAction)
        create a new event remote action
    • Method Detail

      • getRemoteAction

        public MindAction getRemoteAction()
        returns the remote action that this event refers to
      • toString

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