com.esri.arcgis.carto
Class ICadastralFabricLayerEventsAdapter

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

public class ICadastralFabricLayerEventsAdapter
extends Object
implements ICadastralFabricLayerEvents

See Also:
Serialized Form

Constructor Summary
ICadastralFabricLayerEventsAdapter()
           
 
Method Summary
 void cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent)
          Fired when selection changed for the CadastralFabricLayer.
 void selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent)
          Fired when select point changed for the CadastralFabricLayer.
 void selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent)
          Fired when select parcel changed for the CadastralFabricLayer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICadastralFabricLayerEventsAdapter

public ICadastralFabricLayerEventsAdapter()
Method Detail

cadastralSelectionChanged

public void cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent)
                               throws IOException,
                                      AutomationException
Fired when selection changed for the CadastralFabricLayer.

Remarks

Fired when the selection is changed for the CadastralFabricLayer.

Product Availability

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

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

selectParcelsChanged

public void selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent)
                          throws IOException,
                                 AutomationException
Fired when select parcel changed for the CadastralFabricLayer.

Remarks

Fired when the parcels designated for the current cadastral job is changed.

Product Availability

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

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

selectControlPointsChanged

public void selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent)
                                throws IOException,
                                       AutomationException
Fired when select point changed for the CadastralFabricLayer.

Remarks

Fired when the control points designated for the current cadastral job is changed.

Product Availability

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

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