mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
Merge "more documentation for AllChangeAware"
This commit is contained in:
commit
faade51daa
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue