Package cmion.level3

Class EventRemoteAction

java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
cmion.level3.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 Details

    • EventRemoteAction

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

    • getRemoteAction

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

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