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 Summary
Constructors Constructor Description EventRemoteAction(MindAction remoteAction)create a new event remote action
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MindActiongetRemoteAction()returns the remote action that this event refers tojava.lang.StringtoString()displays information about this event-
Methods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginator
-
-
-
-
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:
toStringin classjava.lang.Object
-
-