Uses of Class
org.aspectj.org.eclipse.jdt.core.ElementChangedEvent
Packages that use ElementChangedEvent
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of ElementChangedEvent in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core with parameters of type ElementChangedEventModifier and TypeMethodDescriptionvoidIElementChangedListener.elementChanged(ElementChangedEvent event) Notifies that one or more attributes of one or more Java elements have changed. -
Uses of ElementChangedEvent in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type ElementChangedEventModifier and TypeMethodDescriptionvoidTypeHierarchy.elementChanged(ElementChangedEvent event) Determines if the change affects this hierarchy, and fires change notification if required.