Uses of Class
cmion.level2.CompetencyExecutionPlanEvent
-
Packages that use CompetencyExecutionPlanEvent Package Description cmion.level2 -
-
Uses of CompetencyExecutionPlanEvent in cmion.level2
Subclasses of CompetencyExecutionPlanEvent in cmion.level2 Modifier and Type Class Description classEventCompetencyExecutionPlanCancelledthis 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 events
-