Package org.citydb.event.global
Class PropertyChangeEvent
- java.lang.Object
-
- org.citydb.event.Event
-
- org.citydb.event.global.PropertyChangeEvent
-
public class PropertyChangeEvent extends Event
-
-
Field Summary
-
Fields inherited from class org.citydb.event.Event
GLOBAL_CHANNEL
-
-
Constructor Summary
Constructors Constructor Description PropertyChangeEvent(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getNewValue()
java.lang.Object
getOldValue()
java.lang.String
getPropertyName()
-
Methods inherited from class org.citydb.event.Event
getChannel, getEventType, getSource, isCancelled, setCancelled
-
-