Interface JustificationComputationManager.ChangeListener
- All Known Implementing Classes:
JustificationManager
- Enclosing class:
JustificationComputationManager
public static interface JustificationComputationManager.ChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidfired when the justifications previously provided by theJustificationComputationManagermay be out of date, i.e., they may be no longer correct for the current ontology or current settings and need to be recomputedvoidfired when the settings panel returned byJustificationComputationManager.getSettingsPanel()may have changed
-
Method Details
-
justificationsOutdated
void justificationsOutdated()fired when the justifications previously provided by theJustificationComputationManagermay be out of date, i.e., they may be no longer correct for the current ontology or current settings and need to be recomputed -
settingsPanelChanged
void settingsPanelChanged()fired when the settings panel returned byJustificationComputationManager.getSettingsPanel()may have changed
-