com.esri.arcgis.carto
Interface ICadastralFabricLayerEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
CadastralFabricLayerEventsHelper, ICadastralFabricLayerEventsAdapter, ICadastralFabricLayerEventsProxy

public interface ICadastralFabricLayerEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'ICadastralFabricLayerEvents'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to events that occur when the state of the CadastralFabricLayer changes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd5947891_c579_4163_892f_8c9b35e1ec37
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDd5947891_c579_4163_892f_8c9b35e1ec37

static final int IIDd5947891_c579_4163_892f_8c9b35e1ec37
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

cadastralSelectionChanged

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

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

selectParcelsChanged

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

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

selectControlPointsChanged

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

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