public interface IListener
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd890e524_dab5_11d5_b811_00010265adc5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDd890e524_dab5_11d5_b811_00010265adc5
static final int xxDummy
static final java.lang.String IID
void addData(IFeatureClass piFeatureClass, double dXMin, double dYMin, double dXMax, double dYMax) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeData(IFeatureClass piFeatureClass, double dXMin, double dYMin, double dXMax, double dYMax) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.