public class PropertyChangeEvent extends ActionEvent
An event that is fired when the value of a Property
changes in an entity.
ActionEvent.Type
Constructor and Description |
---|
PropertyChangeEvent(Entity source,
Property prop,
Object oldVal,
Object newVal) |
Modifier and Type | Method and Description |
---|---|
Object |
getNewValue() |
Object |
getOldValue() |
Property |
getProperty() |
consume, getActualComponent, getCommand, getComponent, getDraggedComponent, getDropTarget, getEventType, getKeyEvent, getProgress, getSource, getX, getY, isConsumed, isLongEvent, isPointerPressedDuringDrag, setPointerPressedDuringDrag
Copyright © 2021. All Rights Reserved.