com.esri.arcgis.controls
Interface ITOCBuddyEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
ITOCBuddyEventsAdapter, ITOCBuddyEventsProxy

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

COM Interface 'ITOCBuddyEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to events that notify the TOC of a change.' 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 IIDb8c66131_218f_418b_a960_cc0b649487e8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void activeViewChanged(ITOCBuddyEventsActiveViewChangedEvent theEvent)
          Notifies the TOC that the active view has changed and an Update is required.
 void activeViewReplaced(ITOCBuddyEventsActiveViewReplacedEvent theEvent)
          Notifies the TOC that the active view has been replaced.
 

Field Detail

IIDb8c66131_218f_418b_a960_cc0b649487e8

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

activeViewReplaced

void activeViewReplaced(ITOCBuddyEventsActiveViewReplacedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Notifies the TOC that the active view has been replaced.

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

activeViewChanged

void activeViewChanged(ITOCBuddyEventsActiveViewChangedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Notifies the TOC that the active view has changed and an Update is required.

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