Eclipse Platform
2.0

org.eclipse.jface.text.source
Interface IAnnotationModelListenerExtension


public interface IAnnotationModelListenerExtension

Extension interface for IAnnotationModelListener. Introduces a notification mechanism that notifies the userby means of AnnotationModelEvents. Thus, more detailed information can be sent to the listener. Will replace the original notification mechanism of IAnnotationModelListener.

Since:
2.0

Method Summary
 void modelChanged(AnnotationModelEvent event)
          Called if a model change occurred on the given model.
 

Method Detail

modelChanged

public void modelChanged(AnnotationModelEvent event)
Called if a model change occurred on the given model.

Parameters:
event - the event to be sent out

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.