com.esri.arcgis.geodatabaseextensions
Interface IListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IListenerProxy, Listener

public interface IListener
extends java.io.Serializable

COM Interface 'IListener'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to enable notification to the display controller when data is added or removed.' 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 IIDd890e524_dab5_11d5_b811_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addData(IFeatureClass piFeatureClass, double dXMin, double dYMin, double dXMax, double dYMax)
          Adds data to the display controller.
 void removeData(IFeatureClass piFeatureClass, double dXMin, double dYMin, double dXMax, double dYMax)
          Removes data from the display controller.
 

Field Detail

IIDd890e524_dab5_11d5_b811_00010265adc5

static final int IIDd890e524_dab5_11d5_b811_00010265adc5
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

addData

void addData(IFeatureClass piFeatureClass,
             double dXMin,
             double dYMin,
             double dXMax,
             double dYMax)
             throws java.io.IOException,
                    AutomationException
Adds data to the display controller.

Parameters:
piFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
dXMin - The dXMin (in)
dYMin - The dYMin (in)
dXMax - The dXMax (in)
dYMax - The dYMax (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeData

void removeData(IFeatureClass piFeatureClass,
                double dXMin,
                double dYMin,
                double dXMax,
                double dYMax)
                throws java.io.IOException,
                       AutomationException
Removes data from the display controller.

Parameters:
piFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
dXMin - The dXMin (in)
dYMin - The dYMin (in)
dXMax - The dXMax (in)
dYMax - The dYMax (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.