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 SummaryModifier and TypeMethodDescriptionvoidonModelChanged(GUIModel model) Called when something changes in the model
- 
Method Details- 
onModelChangedCalled when something changes in the model- Parameters:
- model- The updated model
 
 
-