Schnittstelle IBufferChangedListener

Alle bekannten Implementierungsklassen:
AbstractClassFile, AssistCompilationUnit, ClassFile, ClassFileWorkingCopy, CompilationUnit, ExternalJavaProject, ExternalPackageFragmentRoot, JarPackageFragmentRoot, JavaModel, JavaProject, JModPackageFragmentRoot, JrtPackageFragmentRoot, ModularClassFile, Openable, PackageFragment, PackageFragmentRoot

public interface IBufferChangedListener
A listener, which gets notified when the contents of a specific buffer have changed, or when the buffer is closed. When a buffer is closed, the listener is notified after the buffer has been closed. A listener is not notified when a buffer is saved.

This interface may be implemented by clients.

  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Notifies that the given event has occurred.
  • Methodendetails

    • bufferChanged

      void bufferChanged(BufferChangedEvent event)
      Notifies that the given event has occurred.
      Parameter:
      event - the change event