com.esri.arcgis.schematic
Class ISchematicDatasetEventsOnChangeDatasetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.schematic.ISchematicDatasetEventsOnChangeDatasetEvent
All Implemented Interfaces:
Serializable

public class ISchematicDatasetEventsOnChangeDatasetEvent
extends EventObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ISchematicDatasetEventsOnChangeDatasetEvent(Object source)
           
 
Method Summary
 ISchematicDataset getSchematicDataset()
           
 void init(ISchematicDataset schematicDataset)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISchematicDatasetEventsOnChangeDatasetEvent

public ISchematicDatasetEventsOnChangeDatasetEvent(Object source)
Method Detail

init

public void init(ISchematicDataset schematicDataset)

getSchematicDataset

public final ISchematicDataset getSchematicDataset()