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 Details

    • EventRawMessage

      public EventRawMessage(String message)
      create a new event raw message
  • Method Details

    • getMessage

      public String getMessage()
      returns the raw message
    • toString

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