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

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

Introduction

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

The text is from its open source code.

Field

intPOST_CHANGE
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by getDelta().
intPOST_RECONCILE
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by getDelta.

Constructor

ElementChangedEvent(IJavaElementDelta delta, int type)
Creates an new element changed event (based on a IJavaElementDelta).

Method

IJavaElementDeltagetDelta()
Returns the delta describing the change.
intgetType()
Returns the type of event being reported.