Class CmionEvent

java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
All Implemented Interfaces:
ion.Meta.IEvent
Direct Known Subclasses:
CompetencyEvent, CompetencyExecutionPlanEvent, EventCmionReady, EventMindActionCancelled, EventMindActionFailed, EventMindActionSucceeded, EventPropertyChanged, EventPropertyRemoved, EventRawMessage, EventRemoteAction, EventSamgarModuleReady, EventSubContainerAdded, EventSubContainerRemoved

public abstract class CmionEvent extends ion.Meta.Event
A class that all events within cmion should inherit from to distinguish them easily from other ION events
  • Constructor Details

    • CmionEvent

      public CmionEvent()
  • Method Details

    • 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