Interface ModelListener<T>
- Type Parameters:
T
- application model.
public interface ModelListener<T>
Interface for listeners on model changes.
- Since:
- 4.2.436
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modelChanged
(T model) Inform the listener about changes in a registered model.
-
Method Details
-
modelChanged
Inform the listener about changes in a registered model.- Parameters:
model
- model which was changed.- Since:
- 4.2.436
-