|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ICadastralFabricLayerEventsAdapter
public class ICadastralFabricLayerEventsAdapter
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 |
---|
public ICadastralFabricLayerEventsAdapter()
Method Detail |
---|
public void cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent) throws IOException, AutomationException
Fired when the selection is changed for the CadastralFabricLayer.
cadastralSelectionChanged
in interface ICadastralFabricLayerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent) throws IOException, AutomationException
Fired when the parcels designated for the current cadastral job is changed.
selectParcelsChanged
in interface ICadastralFabricLayerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent) throws IOException, AutomationException
Fired when the control points designated for the current cadastral job is changed.
selectControlPointsChanged
in interface ICadastralFabricLayerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |