com.esri.arcgis.geodatabasedistributed
Class IGdbXmlExportEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabasedistributed.IGdbXmlExportEventsAdapter
All Implemented Interfaces:
IGdbXmlExportEvents, java.io.Serializable, java.util.EventListener

public class IGdbXmlExportEventsAdapter
extends java.lang.Object
implements IGdbXmlExportEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabasedistributed.IGdbXmlExportEvents'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IGdbXmlExportEvents
IID, IID17ce60d7_24f8_49cc_8fc4_94471dbaf723, xxDummy
 
Constructor Summary
IGdbXmlExportEventsAdapter()
           
 
Method Summary
 void afterEndElement(IGdbXmlExportEventsAfterEndElementEvent theEvent)
          Called after writing an XML workspace document.
 void beforeStartElement(IGdbXmlExportEventsBeforeStartElementEvent theEvent)
          Called before writing an XML workspace document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGdbXmlExportEventsAdapter

public IGdbXmlExportEventsAdapter()
Method Detail

beforeStartElement

public void beforeStartElement(IGdbXmlExportEventsBeforeStartElementEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Called before writing an XML workspace document.

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

afterEndElement

public void afterEndElement(IGdbXmlExportEventsAfterEndElementEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Called after writing an XML workspace document.

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