com.supermap.data
类 DatasourceRefreshedEvent

java.lang.Object
  继承者 com.supermap.data.DatasourceEvent
      继承者 com.supermap.data.DatasourceRefreshedEvent

public class DatasourceRefreshedEvent
extends DatasourceEvent

指示数据源刷新结束的事件。

当数据源刷新结束后触发该事件。


构造方法摘要
DatasourceRefreshedEvent(java.lang.Object sender, Datasource datasource)
          根据指定的参数来构造一个 DatasourceRefreshedEvent 的新对象。
 
方法摘要
 
从类 com.supermap.data.DatasourceEvent 继承的方法
getDatasource
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DatasourceRefreshedEvent

public DatasourceRefreshedEvent(java.lang.Object sender,
                                Datasource datasource)
根据指定的参数来构造一个 DatasourceRefreshedEvent 的新对象。

参数:
sender - 发起事件的对象。
datasource - 指定的 Datasource 对象。