Uses of Class
cmion.architecture.CmionEvent
-
Packages that use CmionEvent Package Description cmion.architecture cmion.level2 cmion.level3 cmion.storage -
-
Uses of CmionEvent in cmion.architecture
Subclasses of CmionEvent in cmion.architecture Modifier and Type Class Description classEventCmionReadythis 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 -
Uses of CmionEvent in cmion.level2
Subclasses of CmionEvent in cmion.level2 Modifier and Type Class Description classCompetencyEventabstract base class for all events relating to the execution of a single competency (e.g.classCompetencyExecutionPlanEventabstract base class for all events relating to the execution of a competency plan (e.g.classEventCompetencyCancelledthis event signifies that the execution of a competency was cancelledclassEventCompetencyExecutionPlanCancelledthis type of event is raised by the competency execution system when a competency execution plan has been cancelled the competency manager listens for those eventsclassEventCompetencyExecutionPlanFailedthis type of event is raised by the competency execution system when a competency execution plan has failed the competency manager listens for those eventsclassEventCompetencyExecutionPlanStartedthis type of event is raised by the competency execution system when a competency execution plan is starting to be carried outclassEventCompetencyExecutionPlanSucceededthis type of event is raised by the competency execution system when a competency execution plan has been carried out successfully the competency manager listens for those eventsclassEventCompetencyFailedthis event signifies that the execution of a competency has failedclassEventCompetencyStartedthis event signifies that the execution of a competency has startedclassEventCompetencySucceededthis event signifies that the execution of a competency has suceededclassEventSamgarModuleReadyThis event is raised by the SamgarConnector in the add ons package, when it is ready (e.g. -
Uses of CmionEvent in cmion.level3
Subclasses of CmionEvent in cmion.level3 Modifier and Type Class Description classEventMindActionCancelledthis type of event is raised by the competency manager when a mind action was cancelled the agent mind connector listens for those events and sends them to the agent mindclassEventMindActionFailedthis type of event is raised by the competency manager when a mind action has failed the agent mind connector listens for those events and sends them to the agent mindclassEventMindActionSucceededthis type of event is raised by the competency manager when a mind action has succeeded the agent mind connector listens for those events and sends them to the agent mindclassEventRawMessagethis type of event can be raised by any competency.classEventRemoteActionthis type of event can be raised by any sensing competency. -
Uses of CmionEvent in cmion.storage
Subclasses of CmionEvent in cmion.storage Modifier and Type Class Description classEventPropertyChangedThis event is raised whenever a property value has been set through a RequestSetProperty.classEventPropertyRemovedThis event is raised by a container whenever a property is removed from this container.classEventSubContainerAddedan event informing that a new subcontainer has been added to a CMION StorageContainer This will be raised by the owner containerclassEventSubContainerRemovedan event informing that a new sub container has been removed from a CMION StorageContainer This will be raised by the owner container Note that this will only be raised if removal has been requested for the container itself, if this container was removed because its parent, grandparent, etc, was removed, the event will not be raised
-