Class ElementChangedEvent

java.lang.Object
java.util.EventObject
org.aspectj.org.eclipse.jdt.core.ElementChangedEvent
All Implemented Interfaces:
Serializable

public class ElementChangedEvent extends EventObject
An element changed event describes a change to the structure or contents of a tree of Java elements. The changes to the elements are described by the associated delta object carried by this event.

This class is not intended to be instantiated or subclassed by clients. Instances of this class are automatically created by the Java model.

See Also: