org.eclipse.xtext.resource
Interface IResourceDescription.Event.Listener

All Known Subinterfaces:
IStateChangeEventBroker
All Known Implementing Classes:
DelegatingEventSource, DirtyStateAwareResourceDescriptions.DirtyStateListener, DirtyStateAwareResourceDescriptions.GlobalStateListener, DirtyStateEditorSupport, ReferenceSearchResultContentProvider, ResourceDescriptionsBasedContainer, StateBasedContainer, StateChangeEventBroker
Enclosing interface:
IResourceDescription.Event

public static interface IResourceDescription.Event.Listener

A listener for events raised by a IResourceDescription.Event.Source.


Method Summary
 void descriptionsChanged(IResourceDescription.Event event)
           The source will invoce this method to announce changed resource.
 

Method Detail

descriptionsChanged

void descriptionsChanged(IResourceDescription.Event event)

The source will invoce this method to announce changed resource. The event will never be null. However, it may contain an empty list of deltas.

Listeners are free to remove themselves from the sender of the event or add other listeners. However added listeners will not be informed about the current change.

This event may be fired asynchronously. It is ensured that the changed resources will provide the content as it was when the change has been announced to the sender of the event.

Parameters:
event - the fired event. Will never be null.