Package cmion.level2
Class EventCompetencyExecutionPlanFailed
- java.lang.Object
-
- ion.Meta.Event
-
- cmion.architecture.CmionEvent
-
- cmion.level2.CompetencyExecutionPlanEvent
-
- cmion.level2.EventCompetencyExecutionPlanFailed
-
- All Implemented Interfaces:
ion.Meta.IEvent
public class EventCompetencyExecutionPlanFailed extends CompetencyExecutionPlanEvent
this type of event is raised by the competency execution system when a competency execution plan has failed the competency manager listens for those events
-
-
Constructor Summary
Constructors Constructor Description EventCompetencyExecutionPlanFailed(CompetencyExecutionPlan executionPlan)creates a new event
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompetencyExecutionPlangetCompetencyExecutionPlan()returns the competency execution plan that this event refers tojava.lang.StringtoString()displays information about this event-
Methods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginator
-
-
-
-
Constructor Detail
-
EventCompetencyExecutionPlanFailed
public EventCompetencyExecutionPlanFailed(CompetencyExecutionPlan executionPlan)
creates a new event
-
-
Method Detail
-
getCompetencyExecutionPlan
public CompetencyExecutionPlan getCompetencyExecutionPlan()
returns the competency execution plan that this event refers to
-
toString
public java.lang.String toString()
displays information about this event- Overrides:
toStringin classjava.lang.Object
-
-