Class PropertyChangeEvent
java.lang.Object
de.aristaflow.adept2.core.updatemanager.PropertyChangeEvent
Class to store event information
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyChangeEvent(Object source, Object property) TODO JavaDocPropertyChangeEvent(Object source, Object property, Object oldValue, Object newValue) TODO JavaDoc -
Method Summary
Modifier and TypeMethodDescriptionGet the new value, if availableGet the old value, if availableGet the property that changedGet the Object that changedtoString()
-
Constructor Details
-
PropertyChangeEvent
TODO JavaDoc- Parameters:
source-property-
-
PropertyChangeEvent
TODO JavaDoc- Parameters:
source-property-oldValue-newValue-
-
-
Method Details
-
getProperty
Get the property that changed- Returns:
- the property
- See Also:
-
getSource
Get the Object that changed- Returns:
- the object
-
getOldValue
Get the old value, if available- Returns:
- the previous value, or null
-
getNewValue
Get the new value, if available- Returns:
- the current value, or null
-
toString
-