Uses of Class
org.eclipse.jdt.core.BufferChangedEvent

Packages that use BufferChangedEvent
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.core.tests.model   
org.eclipse.jdt.internal.core   
 

Uses of BufferChangedEvent in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core with parameters of type BufferChangedEvent
 void IBufferChangedListener.bufferChanged(BufferChangedEvent event)
          Notifies that the given event has occurred.
 

Uses of BufferChangedEvent in org.eclipse.jdt.core.tests.model
 

Methods in org.eclipse.jdt.core.tests.model with parameters of type BufferChangedEvent
 void BufferTests.bufferChanged(BufferChangedEvent bufferChangedEvent)
          Cache the event
 

Uses of BufferChangedEvent in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core with parameters of type BufferChangedEvent
 void Openable.bufferChanged(BufferChangedEvent event)
          The buffer associated with this element has changed.