public interface CustomPhaseCommand
Modifier and Type | Method and Description |
---|---|
void |
changeWorkingSolution(ScoreDirector scoreDirector)
Don't forget to call
ScoreDirector.triggerVariableListeners() after each set of changes
(especially before a ScoreDirector.calculateScore() call). |
void changeWorkingSolution(ScoreDirector scoreDirector)
ScoreDirector.triggerVariableListeners()
after each set of changes
(especially before a ScoreDirector.calculateScore()
call).scoreDirector
- never nullCopyright © 2006–2015 JBoss by Red Hat. All rights reserved.