com.esri.arcgis.geodatabasedistributed
Class IGdbXmlExportEventsAdapter

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

public class IGdbXmlExportEventsAdapter
extends Object
implements IGdbXmlExportEvents

See Also:
Serialized Form

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 IOException,
                               AutomationException
Called before writing an XML workspace document.

Remarks

The BeforeStartElement has methods to listen for events before the element is exported to Xml.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

afterEndElement

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

Remarks

The AfterEndElement has methods to listen for events after the element is exported to Xml.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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