Eclipse Platform
2.0

org.eclipse.jface.text.source
Interface IAnnotationModelListener


public interface IAnnotationModelListener

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.

See Also:
IAnnotationModel

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

Method Detail

modelChanged

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

Parameters:
model - the changed annotation model

Eclipse Platform
2.0

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