public interface IAnnotationModelListener
IAnnotationModelListener
, extension interfaces are used to
provide a means of evolution. The following extension interfaces exist:
IAnnotationModelListenerExtension
since version 2.0 replacing the change notification mechanisms.IAnnotationModel
Modifier and Type | Method and Description |
---|---|
void |
modelChanged(IAnnotationModel model)
Called if a model change occurred on the given model.
|
void modelChanged(IAnnotationModel model)
Replaced by IAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent)
.
model
- the changed annotation model
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.