public static abstract class ObservableMap.PropertyEvent
extends PropertyChangeEvent
Base event type for observable map changes.
| Constructor and description |
|---|
PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, ChangeType type)Creates a property event. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public ChangeType |
getChangeType()Returns the specialized event type. |
|
public int |
getType()Returns the specialized event type ordinal. |
|
public String |
getTypeAsString()Returns the specialized event type name. |
| Methods inherited from class | Name |
|---|---|
class PropertyChangeEvent |
equals, getClass, getNewValue, getOldValue, getPropagationId, getPropertyName, getSource, hashCode, notify, notifyAll, setPropagationId, toString, wait, wait, wait |
Creates a property event.
source - the event sourcepropertyName - the affected property nameoldValue - the previous value payloadnewValue - the new value payloadtype - the specialized change typeReturns the specialized event type.
Returns the specialized event type ordinal.
Returns the specialized event type name.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.