com.esri.arcgis.controls
Class ITOCBuddyEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.controls.ITOCBuddyEventsAdapter
All Implemented Interfaces:
ITOCBuddyEvents, java.io.Serializable, java.util.EventListener

public class ITOCBuddyEventsAdapter
extends java.lang.Object
implements ITOCBuddyEvents

Adapter for COM Event Interface 'com.esri.arcgis.controls.ITOCBuddyEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.controls.ITOCBuddyEvents
IID, IIDb8c66131_218f_418b_a960_cc0b649487e8, xxDummy
 
Constructor Summary
ITOCBuddyEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITOCBuddyEventsAdapter

public ITOCBuddyEventsAdapter()
Method Detail

activeViewReplaced

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

Specified by:
activeViewReplaced in interface ITOCBuddyEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

activeViewChanged

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

Specified by:
activeViewChanged in interface ITOCBuddyEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.