org.eclipse.jface.text.source
Interface IAnnotationModelListener
-
All Known Implementing Classes:
-
AnnotationPainter
-
public interface IAnnotationModelListener
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:
-
See Also:
-
IAnnotationModel
modelChanged
void modelChanged(
IAnnotationModel model)
- Called if a model change occurred on the given model.
Replaced by
IAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent)
.
-
-
Parameters:
-
model
- the changed annotation model
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.