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.Event
A class that all events within cmion should inherit from to distinguish them
easily from other ION events
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns 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)Methods inherited from class ion.Meta.Event
getRaiseTime
-
Constructor Details
-
CmionEvent
public CmionEvent()
-
-
Method Details
-
setOriginator
sets the originator (the cmion component that raised this event) -
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
-