com.supermap.desktop.process.parameter.events

类 DatasetChangedEvent

  • java.lang.Object
    • com.supermap.desktop.process.parameter.events.DatasetChangedEvent


  • public class DatasetChangedEvent
    extends java.lang.Object
    数据集改变事件对象
    • 构造器概要

      构造器 
      构造器和说明
      DatasetChangedEvent(java.lang.String propertyName, com.supermap.desktop.process.virtual.DatasetBase newValue)
      构造函数
    • 构造器详细资料

      • DatasetChangedEvent

        public DatasetChangedEvent(java.lang.String propertyName,
                                   com.supermap.desktop.process.virtual.DatasetBase newValue)
        构造函数
        参数:
        propertyName - 属性名称
        newValue - 新值
    • 方法详细资料

      • getPropertyName

        public java.lang.String getPropertyName()
        获取属性名称
        返回:
        返回属性名称
      • setPropertyName

        public void setPropertyName(java.lang.String propertyName)
        设置属性名称
        参数:
        propertyName -
      • getNewValue

        public com.supermap.desktop.process.virtual.DatasetBase getNewValue()
        获取新值
        返回:
        返回新值
      • setNewValue

        public void setNewValue(com.supermap.desktop.process.virtual.DatasetBase newValue)
        设置新值
        参数:
        newValue - 新值