public class DatasetChangedEvent
extends java.lang.Object
构造器和说明 |
---|
DatasetChangedEvent(java.lang.String propertyName, com.supermap.desktop.process.virtual.DatasetBase newValue)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
com.supermap.desktop.process.virtual.DatasetBase |
getNewValue()
获取新值
|
java.lang.String |
getPropertyName()
获取属性名称
|
void |
setNewValue(com.supermap.desktop.process.virtual.DatasetBase newValue)
设置新值
|
void |
setPropertyName(java.lang.String propertyName)
设置属性名称
|
public DatasetChangedEvent(java.lang.String propertyName, com.supermap.desktop.process.virtual.DatasetBase newValue)
propertyName
- 属性名称newValue
- 新值public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName
-public com.supermap.desktop.process.virtual.DatasetBase getNewValue()
public void setNewValue(com.supermap.desktop.process.virtual.DatasetBase newValue)
newValue
- 新值