com.esri.arcgis.geodatabase
Class IWorkspaceEvents2Adapter
java.lang.Object
com.esri.arcgis.geodatabase.IWorkspaceEvents2Adapter
- All Implemented Interfaces:
- IWorkspaceEvents2, Serializable, EventListener
public class IWorkspaceEvents2Adapter
- extends Object
- implements IWorkspaceEvents2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IWorkspaceEvents2Adapter
public IWorkspaceEvents2Adapter()
onModifyDataset
public void onModifyDataset(IWorkspaceEvents2OnModifyDatasetEvent theEvent)
throws IOException,
AutomationException
- This event is fired when a dataset is modified.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
onModifyDataset
in interface IWorkspaceEvents2
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.