Merge "more documentation for AllChangeAware"

This commit is contained in:
Stefan Oehme 2014-12-03 07:18:09 -05:00 committed by Gerrit Code Review @ Eclipse.org
commit faade51daa

View file

@ -93,6 +93,8 @@ public interface IResourceDescription extends ISelectable {
throws IllegalArgumentException;
/**
* Implement this interface if your language should be notified of all {@link Delta}s, even
* if they don't contain any changed {@link EObjectDescription}s
* @since 2.7
*/
interface AllChangeAware extends Manager {