com.esri.arcgis.geodatabase
Class IWorkspaceEvents2Adapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.IWorkspaceEvents2Adapter
All Implemented Interfaces:
IWorkspaceEvents2, java.io.Serializable, java.util.EventListener

public class IWorkspaceEvents2Adapter
extends java.lang.Object
implements IWorkspaceEvents2

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IWorkspaceEvents2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEvents2
IID, IIDaa21c2d4_12a3_d1d4_901a_80305f60dfca, xxDummy
 
Constructor Summary
IWorkspaceEvents2Adapter()
           
 
Method Summary
 void onModifyDataset(IWorkspaceEvents2OnModifyDatasetEvent theEvent)
          This event is fired when a dataset is modified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWorkspaceEvents2Adapter

public IWorkspaceEvents2Adapter()
Method Detail

onModifyDataset

public void onModifyDataset(IWorkspaceEvents2OnModifyDatasetEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
This event is fired when a dataset is modified.

Specified by:
onModifyDataset in interface IWorkspaceEvents2
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.