Package cmion.level2

Class EventCompetencyExecutionPlanStarted

java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
cmion.level2.CompetencyExecutionPlanEvent
cmion.level2.EventCompetencyExecutionPlanStarted
All Implemented Interfaces:
ion.Meta.IEvent

public class EventCompetencyExecutionPlanStarted extends CompetencyExecutionPlanEvent
this type of event is raised by the competency execution system when a competency execution plan is starting to be carried out
  • Constructor Details

    • EventCompetencyExecutionPlanStarted

      public EventCompetencyExecutionPlanStarted(CompetencyExecutionPlan executionPlan)
      creates a new event
  • Method Details

    • getCompetencyExecutionPlan

      public CompetencyExecutionPlan getCompetencyExecutionPlan()
      returns the competency execution plan that this event refers to
    • toString

      public String toString()
      displays information about this event
      Overrides:
      toString in class Object