Package cmion.level2
Class RequestCancelCompetencyExecutionPlan
- java.lang.Object
-
- ion.Meta.Request
-
- cmion.level2.RequestCancelCompetencyExecutionPlan
-
public class RequestCancelCompetencyExecutionPlan extends ion.Meta.Requestthis type of event is raised by the competency manager when it wants to cancel a currently executing competency execution plan the competency execution system listens for those events to stop the execution of the associated plan
-
-
Constructor Summary
Constructors Constructor Description RequestCancelCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan)creates a new request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompetencyExecutionPlangetCompetencyExecutionPlan()returns the competency execution plan that this event refers to
-
-
-
Constructor Detail
-
RequestCancelCompetencyExecutionPlan
public RequestCancelCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan)
creates a new request
-
-
Method Detail
-
getCompetencyExecutionPlan
public CompetencyExecutionPlan getCompetencyExecutionPlan()
returns the competency execution plan that this event refers to
-
-