Example usage for org.eclipse.jface.util PropertyChangeEvent subclass-usage

List of usage examples for org.eclipse.jface.util PropertyChangeEvent subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.util PropertyChangeEvent subclass-usage.

Usage

From source file org.eclipse.examples.expenses.core.CollectionPropertyChangeEvent.java

/**
 * This class provides a little more information about property change events
 * that result from a change in a contained collection. More specifically,
 * instances of this class tell us the source of the change, the changed form of
 * the collection, and what objects have been added or removed from the
 * collection.