Class EventCmionReady

  • All Implemented Interfaces:
    ion.Meta.IEvent

    public class EventCmionReady
    extends CmionEvent
    this event signifies that cmion is ready for executing actions, it is mainly used as a signal to the mind that it can start executing actions
    • Constructor Summary

      Constructors 
      Constructor Description
      EventCmionReady()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • EventCmionReady

        public EventCmionReady()
    • Method Detail

      • toString

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