Package cmion.level2

Class EventCompetencyExecutionPlanCancelled

  • All Implemented Interfaces:
    ion.Meta.IEvent

    public class EventCompetencyExecutionPlanCancelled
    extends CompetencyExecutionPlanEvent
    this type of event is raised by the competency execution system when a competency execution plan has been cancelled the competency manager listens for those events
    • Constructor Detail

      • EventCompetencyExecutionPlanCancelled

        public EventCompetencyExecutionPlanCancelled​(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:
        toString in class java.lang.Object