Class CmionEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      CmionEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmionComponent getOriginator()
      returns the cmion component that raised this event or null if this event was not raised by a cmion component or not raised at all
      void setOriginator​(CmionComponent originator)
      sets the originator (the cmion component that raised this event)
      • Methods inherited from class ion.Meta.Event

        getRaiseTime
      • Methods inherited from class java.lang.Object

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

      • CmionEvent

        public CmionEvent()
    • Method Detail

      • setOriginator

        public void setOriginator​(CmionComponent originator)
        sets the originator (the cmion component that raised this event)
      • getOriginator

        public CmionComponent getOriginator()
        returns the cmion component that raised this event or null if this event was not raised by a cmion component or not raised at all