Eclipse Platform
2.0

org.eclipse.jface.text.source
Class AnnotationModelEvent

java.lang.Object
  |
  +--org.eclipse.jface.text.source.AnnotationModelEvent

public class AnnotationModelEvent
extends Object

Specification of changes applied to annotation models. The event carries the changed annotation model.

Work in progress. Intented to also contain added, removed, and modified annotations.

Since:
2.0
See Also:
IAnnotationModel

Constructor Summary
AnnotationModelEvent(IAnnotationModel model)
          Creates a new annotation model event for the given model.
 
Method Summary
 IAnnotationModel getAnnotationModel()
          Returns the model this event refers to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationModelEvent

public AnnotationModelEvent(IAnnotationModel model)
Creates a new annotation model event for the given model.

Parameters:
model - the model
Method Detail

getAnnotationModel

public IAnnotationModel getAnnotationModel()
Returns the model this event refers to.

Returns:
the model this events belongs to

Eclipse Platform
2.0

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