more documentation for AllChangeAware

This commit is contained in:
Stefan Oehme 2014-12-03 11:28:16 +01:00
parent 69f6254f1e
commit 3fddff5a1e

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 {