Uses of Class
org.aspectj.org.eclipse.jdt.core.BufferChangedEvent
Packages that use BufferChangedEvent
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 BufferChangedEvent in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core with parameters of type BufferChangedEventModifier and TypeMethodDescriptionvoidIBufferChangedListener.bufferChanged(BufferChangedEvent event) Notifies that the given event has occurred. -
Uses of BufferChangedEvent in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type BufferChangedEventModifier and TypeMethodDescriptionvoidOpenable.bufferChanged(BufferChangedEvent event) The buffer associated with this element has changed.protected voidBuffer.notifyChanged(BufferChangedEvent event) Notify the listeners that this buffer has changed.