com.esri.arcgis.carto
Interface ICadastralFabricLayerEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
CadastralFabricLayerEventsHelper, ICadastralFabricLayerEventsAdapter, ICadastralFabricLayerEventsProxy

public interface ICadastralFabricLayerEvents
extends EventListener, Serializable

Provides access to events that occur when the state of the CadastralFabricLayer changes.

Remarks

Provides access to events that occur when the state of the CadastralFabricLayer changes.

Product Availability

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


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.
 

Method Detail

cadastralSelectionChanged

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.

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectParcelsChanged

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.

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectControlPointsChanged

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.

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.