com.esri.arcgis.systemUI
Interface IComPropertySheetEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
BackgroundSelector, BorderSelector, GxCatalog, GxComBrowser, GxDataGraph, GxLayer, IComPropertySheetEventsAdapter, IComPropertySheetEventsProxy, LabelStyleSelector, LegendItemSelector, MapGridSelector, MaplexLabelStyleSelector, NorthArrowSelector, ScaleBarSelector, ScaleTextSelector, ShadowSelector, TOCCatalogView, TOCDisplayView, TOCGMxCatalogView, TOCGMxDisplayView, TOCGMxTypeView, TOCSxCatalogView, TOCSxDisplayView

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

COM Interface 'IComPropertySheetEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to events that occur on a COM property sheet.' 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 IID6b7b57f8_5765_11d0_92d9_00805f7c28b0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
          Occurs when changes are applied.
 

Field Detail

IID6b7b57f8_5765_11d0_92d9_00805f7c28b0

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

onApply

void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
             throws java.io.IOException,
                    AutomationException
Occurs when changes are applied.

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