Interface IModelTreeListener
public interface IModelTreeListener
Generic interface to listen to models.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called each time the listened model has been refreshed.
-
Method Details
-
modelRefreshed
void modelRefreshed()Method called each time the listened model has been refreshed.
-