org.openoffice.ide.eclipse.core.model.utils
Interface IModelChangedListener

All Known Implementing Classes:
AbstractSection, GeneralSection, IntegrationSection, LicenseSection, LocalizedSection, MirrorsSection, PublisherSection, ReleaseNotesSection

public interface IModelChangedListener

Generic interface to listen to models.

Author:
cedricbosdo

Method Summary
 void modelChanged()
          Method called each time the listened model has changed.
 void modelSaved()
          Method called each time the listened model is saved.
 

Method Detail

modelChanged

void modelChanged()
Method called each time the listened model has changed.


modelSaved

void modelSaved()
Method called each time the listened model is saved.