public class PropertySourceChangeEvent<T> extends Object
| Constructor and Description |
|---|
PropertySourceChangeEvent(PropertySource<T> source,
boolean wasSet,
boolean isSet,
T oldValue,
T newValue,
int oldPriority,
int newPriority) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNewPriority() |
T |
getNewValue() |
int |
getOldPriority() |
T |
getOldValue() |
Property<T> |
getProperty() |
PropertySource<T> |
getSource() |
boolean |
isSet() |
void |
setProperty(Property<T> property) |
String |
toString() |
boolean |
wasSet() |
public PropertySourceChangeEvent(PropertySource<T> source, boolean wasSet, boolean isSet, T oldValue, T newValue, int oldPriority, int newPriority)
public PropertySource<T> getSource()
public boolean wasSet()
public boolean isSet()
public T getOldValue()
public T getNewValue()
public int getOldPriority()
public int getNewPriority()
Copyright 2004-2021 Solace Corporation. All rights reserved.