Interface JustificationManager.ChangeListener
- All Known Implementing Classes:
PresentationPanel
- Enclosing class:
JustificationManager
public static interface JustificationManager.ChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidfired when the justifications supported by aJustificationManagerhave been recomputedvoidfired whenJustificationManager.getSettingsPanel()may return a different value
-
Method Details
-
justificationsRecomputed
void justificationsRecomputed()fired when the justifications supported by aJustificationManagerhave been recomputed -
settingsPanelChanged
void settingsPanelChanged()fired whenJustificationManager.getSettingsPanel()may return a different value
-