Package cmion.architecture
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.EventA class that all events within cmion should inherit from to distinguish them easily from other ION events
-
-
Constructor Summary
Constructors Constructor Description CmionEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmionComponentgetOriginator()returns the cmion component that raised this event or null if this event was not raised by a cmion component or not raised at allvoidsetOriginator(CmionComponent originator)sets the originator (the cmion component that raised this event)
-
-
-
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
-
-