com.supermap.data
类 DatasourceCreatedEvent

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

public class DatasourceCreatedEvent
extends DatasourceEvent

指示数据源被创建的事件。

在数据源被创建后触发该事件。


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

构造方法详细信息

DatasourceCreatedEvent

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

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