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 out
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.