Java org.eclipse.jdt.core BufferChangedEvent fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core BufferChangedEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core BufferChangedEvent.

The text is from its open source code.

Constructor

BufferChangedEvent(IBuffer buffer, int offset, int length, String text)
Creates a new buffer changed event indicating that the given buffer has changed.

Method

IBuffergetBuffer()
Returns the buffer which has changed.