List of usage examples for org.eclipse.jface.util PropertyChangeEvent subclass-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.