Example usage for java.beans PropertyChangeEvent subclass-usage

List of usage examples for java.beans PropertyChangeEvent subclass-usage

Introduction

In this page you can find the example usage for java.beans PropertyChangeEvent subclass-usage.

Usage

From source file org.openconcerto.utils.change.CollectionChangeEvent.java

/**
 * Permet de signaler un changement dans une collection, et surtout de voir les lments
 * ajouts/rtirs/toujours l.
 * 
 * @author ILM Informatique 1 sept. 2004
 */

From source file org.polymap.core.qi4j.event.StoredPropertyChangeEvent.java

/**
 * This interface indicates that the property that was changed was a stored property,
 * instead of an event that was fired via {@link ModelProperty} or
 * {@link TransientProperty}. This event is fired by {@link PropertyChangeSupport}.
 * 
 * @author <a href="http://www.polymap.de">Falko Brutigam</a>