|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
IAnnotationModelListenerExtension
since version 2.0 replacing the change notification mechanisms.
IAnnotationModel
Method Summary | |
void |
modelChanged(IAnnotationModel model)
Called if a model change occurred on the given model. |
Method Detail |
public void modelChanged(IAnnotationModel model)
Replaced by IAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent)
.
model
- the changed annotation model
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.