public interface IAnnotationModelListenerExtension
IAnnotationModelListener
. Introduces a
notification mechanism that notifies the user by means of AnnotationModelEvent
s.
Thus, more detailed information can be sent to the listener. This mechanism replaces the original notification
mechanism of IAnnotationModelListener
.Modifier and Type | Method and Description |
---|---|
void |
modelChanged(AnnotationModelEvent event)
Called if a model change occurred on the given model.
|
void modelChanged(AnnotationModelEvent event)
event
- the event to be sent outGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.