com.esri.arcgis.framework
Interface ICustomizationFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICustomizationFilterProxy

public interface ICustomizationFilter
extends java.io.Serializable

COM Interface 'ICustomizationFilter'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that define a customization filter.' 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 IID792d7e87_7993_11d2_a2d1_0000f8774fb5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean onCustomizationEvent(int custEventType, java.lang.Object eventCtx)
          Occurs when certain types of customization occur.
 

Field Detail

IID792d7e87_7993_11d2_a2d1_0000f8774fb5

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

onCustomizationEvent

boolean onCustomizationEvent(int custEventType,
                             java.lang.Object eventCtx)
                             throws java.io.IOException,
                                    AutomationException
Occurs when certain types of customization occur.

Parameters:
custEventType - A com.esri.arcgis.framework.esriCustomizationEvent constant (in)
eventCtx - A Variant (in)
Returns:
The bDeny
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.