com.esri.arcgis.carto
Class IGeoReferenceEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.carto.IGeoReferenceEventsAdapter
All Implemented Interfaces:
IGeoReferenceEvents, java.io.Serializable, java.util.EventListener

public class IGeoReferenceEventsAdapter
extends java.lang.Object
implements IGeoReferenceEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IGeoReferenceEvents
IID, IIDbc2e6acb_ee59_4b6d_91ce_4e1743d403b3, xxDummy
 
Constructor Summary
IGeoReferenceEventsAdapter()
           
 
Method Summary
 void geoReferenceModified(IGeoReferenceEventsGeoReferenceModifiedEvent theEvent)
          Fired when the layer has a change to the georeference.
 void geoReferenceReset(IGeoReferenceEventsGeoReferenceResetEvent theEvent)
          Fired when the layer has a change to the georeference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGeoReferenceEventsAdapter

public IGeoReferenceEventsAdapter()
Method Detail

geoReferenceModified

public void geoReferenceModified(IGeoReferenceEventsGeoReferenceModifiedEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
Fired when the layer has a change to the georeference.

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

geoReferenceReset

public void geoReferenceReset(IGeoReferenceEventsGeoReferenceResetEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Fired when the layer has a change to the georeference.

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