public class PropertyChangeEvent<T> extends PropertyChangeEvent
source| Constructor and Description |
|---|
PropertyChangeEvent(Object source,
String propertyName,
T oldValue,
T newValue)
Constructs a new
PropertyChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
T |
getNewValue() |
T |
getOldValue() |
getPropagationId, getPropertyName, setPropagationId, toStringgetSourcepublic PropertyChangeEvent(Object source, String propertyName, T oldValue, T newValue)
PropertyChangeEvent.source - The bean that fired the event.propertyName - The programmatic name of the property
that was changed.oldValue - The old value of the property.newValue - The new value of the property.public T getNewValue()
getNewValue in class PropertyChangeEventpublic T getOldValue()
getOldValue in class PropertyChangeEventCopyright © 2012 JBoss by Red Hat. All Rights Reserved.