Class RockShowVariableListener

    • Constructor Detail

      • RockShowVariableListener

        public RockShowVariableListener()
    • Method Detail

      • beforeEntityAdded

        public void beforeEntityAdded​(org.optaplanner.core.api.score.director.ScoreDirector<RockTourSolution> scoreDirector,
                                      RockShow show)
        Specified by:
        beforeEntityAdded in interface org.optaplanner.core.api.domain.variable.VariableListener<RockTourSolution,​RockShow>
      • afterEntityAdded

        public void afterEntityAdded​(org.optaplanner.core.api.score.director.ScoreDirector<RockTourSolution> scoreDirector,
                                     RockShow show)
        Specified by:
        afterEntityAdded in interface org.optaplanner.core.api.domain.variable.VariableListener<RockTourSolution,​RockShow>
      • beforeVariableChanged

        public void beforeVariableChanged​(org.optaplanner.core.api.score.director.ScoreDirector<RockTourSolution> scoreDirector,
                                          RockShow show)
        Specified by:
        beforeVariableChanged in interface org.optaplanner.core.api.domain.variable.VariableListener<RockTourSolution,​RockShow>
      • afterVariableChanged

        public void afterVariableChanged​(org.optaplanner.core.api.score.director.ScoreDirector<RockTourSolution> scoreDirector,
                                         RockShow show)
        Specified by:
        afterVariableChanged in interface org.optaplanner.core.api.domain.variable.VariableListener<RockTourSolution,​RockShow>
      • beforeEntityRemoved

        public void beforeEntityRemoved​(org.optaplanner.core.api.score.director.ScoreDirector<RockTourSolution> scoreDirector,
                                        RockShow show)
        Specified by:
        beforeEntityRemoved in interface org.optaplanner.core.api.domain.variable.VariableListener<RockTourSolution,​RockShow>
      • afterEntityRemoved

        public void afterEntityRemoved​(org.optaplanner.core.api.score.director.ScoreDirector<RockTourSolution> scoreDirector,
                                       RockShow show)
        Specified by:
        afterEntityRemoved in interface org.optaplanner.core.api.domain.variable.VariableListener<RockTourSolution,​RockShow>
      • updateDate

        protected void updateDate​(org.optaplanner.core.api.score.director.ScoreDirector<RockTourSolution> scoreDirector,
                                  RockShow sourceShow)