public final class DataChangeEvent extends Object
Constructor and Description |
---|
DataChangeEvent(String source,
String dataName,
TypedObject oldValue,
TypedObject newValue)
Constructs a new DataChangeEvent.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataName() |
TypedObject |
getNewValue()
Gets the new value for the data, expressed as an Object.
|
TypedObject |
getOldValue()
Gets the old value for the data, expressed as an Object.
|
String |
getSource() |
String |
toString() |
public DataChangeEvent(String source, String dataName, TypedObject oldValue, TypedObject newValue)
source
- The ID of the security that fired the event.dataName
- The programmatic name of the data that was changed.oldValue
- The old value of the property.newValue
- The new value of the property.public String getSource()
public String getDataName()
public TypedObject getNewValue()
public TypedObject getOldValue()
Copyright © 2013. All Rights Reserved.