org.openoffice.ide.eclipse.core.model
Interface IPackageChangeListener


public interface IPackageChangeListener

Author:
cedricbosdo
See Also:
for the use of this listener interface

Method Summary
 void packagePropertiesChanged()
          Method called each time the listened package properties model has changed.
 void packagePropertiesSaved()
          Method called each time the listened package properties model is saved.
 

Method Detail

packagePropertiesChanged

void packagePropertiesChanged()
Method called each time the listened package properties model has changed.


packagePropertiesSaved

void packagePropertiesSaved()
Method called each time the listened package properties model is saved.