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 Type
    Method
    Description
    void
    Method called each time the listened model has changed.
    void
    Method 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.