Package cmion.level3
Class EventRawMessage
- java.lang.Object
-
- ion.Meta.Event
-
- cmion.architecture.CmionEvent
-
- cmion.level3.EventRawMessage
-
- All Implemented Interfaces:
ion.Meta.IEvent
public class EventRawMessage extends CmionEvent
this type of event can be raised by any competency. Active agent minds listen for this event type and will be passed the messaged wrapped by this event. So this event is a placeholder for any specialised communication / perception between a competency and an agent mind. Was introduced to send memory requests to FAtiMA
-
-
Constructor Summary
Constructors Constructor Description EventRawMessage(java.lang.String message)create a new event raw message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()returns the raw messagejava.lang.StringtoString()displays information about this event-
Methods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginator
-
-