public class PropertyChangeEvent<T> extends Object
Constructor and Description |
---|
PropertyChangeEvent(Object source,
String propertyName,
T oldValue,
T newValue) |
Modifier and Type | Method and Description |
---|---|
T |
getNewValue()
Gets the new value of the property.
|
T |
getOldValue()
Gets the old value of the property.
|
String |
getPropertyName()
Gets the property name.
|
Object |
getSource()
Gets the object on which the Event initially occurred.
|
public T getNewValue()
public T getOldValue()
public String getPropertyName()
public Object getSource()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.