Maven module :un.api : api-common :
Class : un.api.event.PropertyEvent
Extends/Implements : un.api.predicate.VariableEvent
Subclasses : -

Commonly used event for properties.
This event is composed of :


Variables : -
Functions : PropertyEvent, getPropertyName




New property event.
param  source event source, not null
param  consumable if event is consumable
param  trigger original event if any
param  propertyName the changed property name, not null
param  oldValue old property value
param  newValue new property value
public void PropertyEvent (EventSource source, boolean consumable, Event trigger, Chars propertyName, Object oldValue, Object newValue)


Get the changed property name.
return  property name
public Chars getPropertyName ()