Interface IModelDataListener
- All Known Implementing Classes:
AbstractSection,GeneralSection,IntegrationSection,LicenseSection,LocalizedSection,MirrorsSection,PublisherSection,ReleaseNotesSection
public interface IModelDataListener
Generic interface to listen to models.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called each time the listened model has changed.voidMethod called each time the listened model is saved.
-
Method Details
-
modelChanged
void modelChanged()Method called each time the listened model has changed. -
modelSaved
void modelSaved()Method called each time the listened model is saved.
-