com.esri.arcgis.geodatabase
Class IWorkspaceEventsAdapter

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEvents
IID, IIDda10c1c4_09a3_11d4_9faa_00c04f6bdf0c, xxDummy
 
Constructor Summary
IWorkspaceEventsAdapter()
           
 
Method Summary
 void onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent)
          This event is fired when a dataset is created.
 void onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent)
          This event is fired when a dataset is deleted.
 void onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent)
          This event is fired when a dataset is renamed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWorkspaceEventsAdapter

public IWorkspaceEventsAdapter()
Method Detail

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.