Package org.eclipse.xtext.resource
Interface IResourceDescription.Event
-
- All Known Subinterfaces:
IResourceDescription.CoarseGrainedEvent
- All Known Implementing Classes:
CoarseGrainedChangeEvent,ResourceDescriptionChangeEvent
- Enclosing interface:
- IResourceDescription
public static interface IResourceDescription.Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIResourceDescription.Event.ListenerA listener for events raised by aIResourceDescription.Event.Source.static interfaceIResourceDescription.Event.Source
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<IResourceDescription.Delta>getDeltas()
-
-
-
Method Detail
-
getDeltas
com.google.common.collect.ImmutableList<IResourceDescription.Delta> getDeltas()
- Returns:
- the list of changes. It is never
nullbut may be empty.
-
-