Package cmion.level3

Class 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.String getMessage()
      returns the raw message
      java.lang.String toString()
      displays information about this event
      • Methods inherited from class ion.Meta.Event

        getRaiseTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EventRawMessage

        public EventRawMessage​(java.lang.String message)
        create a new event raw message
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        returns the raw message
      • toString

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