Interface for objects interested in getting informed about annotation model changes. Changes are the addition or removal of annotations managed by the model. Clients may implement this interface. In order to provided backward compatibility for clients of
IAnnotationModelListener
, extension interfaces are used to provide a means of evolution. The following extension interfaces exist:
- {@link org.eclipse.jface.text.source.IAnnotationModelListenerExtension}since version 2.0 replacing the change notification mechanisms.
@see org.eclipse.jface.text.source.IAnnotationModel