com.esri.arcgis.geodatabase
Class IWorkspaceEventsAdapter
java.lang.Object
com.esri.arcgis.geodatabase.IWorkspaceEventsAdapter
- All Implemented Interfaces:
- IWorkspaceEvents, java.io.Serializable, java.util.EventListener
public class IWorkspaceEventsAdapter
- extends java.lang.Object
- implements IWorkspaceEvents
Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IWorkspaceEvents'. Generated 3/19/2015 1:20:52 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IWorkspaceEventsAdapter
public IWorkspaceEventsAdapter()
onCreateDataset
public void onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent)
throws java.io.IOException,
AutomationException
- This event is fired when a dataset is created.
- Specified by:
onCreateDataset
in interface IWorkspaceEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onRenameDataset
public void onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent)
throws java.io.IOException,
AutomationException
- This event is fired when a dataset is renamed.
- Specified by:
onRenameDataset
in interface IWorkspaceEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onDeleteDataset
public void onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent)
throws java.io.IOException,
AutomationException
- This event is fired when a dataset is deleted.
- Specified by:
onDeleteDataset
in interface IWorkspaceEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.