Interface ModelObserver
- All Known Implementing Classes:
ModelEvaluation
,ModelTraining
public interface ModelObserver
A listener to react to model changes
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onModelChanged
(GUIModel model) Called when something changes in the model
-
Method Details
-
onModelChanged
Called when something changes in the model- Parameters:
model
- The updated model
-