@Deprecated
public class TLcdPropertyChangeEvent
extends java.beans.PropertyChangeEvent
PropertyChangeEvent
with the additional possibility
to ask whether this event will be followed by related events through the
property AdjustingPropertyChangeEvent
,
Serialized FormConstructor and Description |
---|
TLcdPropertyChangeEvent(java.lang.Object aSource,
java.lang.String aPropertyName,
java.lang.Object aOldValue,
java.lang.Object aNewValue,
boolean aAdjusting)
Deprecated.
Constructs a new
TLcdPropertyChangeEvent . |
Modifier and Type | Method and Description |
---|---|
boolean |
isAdjusting()
Deprecated.
Gets whether this event is followed by related events or not
|
java.lang.String |
toString()
Deprecated.
|
public TLcdPropertyChangeEvent(java.lang.Object aSource, java.lang.String aPropertyName, java.lang.Object aOldValue, java.lang.Object aNewValue, boolean aAdjusting)
TLcdPropertyChangeEvent
.aSource
- The bean that fired the event.aPropertyName
- The programmatic name of the property
that was changed.aOldValue
- The old value of the property.aNewValue
- The new value of the property.aAdjusting
- A boolean to indicate whether this event will be followed
by related events.PropertyChangeEvent