com.esri.arcgis.framework
Interface IPaletteEvents

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

public interface IPaletteEvents
extends java.io.Serializable

COM Interface 'IPaletteEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to events that occur when the palette 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 IIDceb59b81_d86d_11d1_a21c_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void contentsChanged()
          Occurs when the contents of the palette change.
 

Field Detail

IIDceb59b81_d86d_11d1_a21c_080009b6f22b

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

contentsChanged

void contentsChanged()
                     throws java.io.IOException,
                            AutomationException
Occurs when the contents of the palette change.

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