Java org.eclipse.jface.util PropertyChangeEvent fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.util PropertyChangeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.util PropertyChangeEvent.

The text is from its open source code.

Subclass

org.eclipse.jface.util.PropertyChangeEvent has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ObjectgetNewValue()
Returns the new value of the property.
ObjectgetOldValue()
Returns the old value of the property.
StringgetProperty()
Returns the name of the property that changed.