com.esri.arcgis.carto
Class IGeoReferenceEventsAdapter

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

public class IGeoReferenceEventsAdapter
extends Object
implements IGeoReferenceEvents

See Also:
Serialized Form

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 IOException,
                                 AutomationException
Fired when the layer has a change to the georeference.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

geoReferenceReset

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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