com.esri.arcgis.carto
Interface IGraphicsContainerEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
EngineInkEnvironment, IGraphicsContainerEventsAdapter, IGraphicsContainerEventsProxy

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

COM Interface 'IGraphicsContainerEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to events that occur when the graphics container 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 IID8694707c_d4e2_4f77_a02f_d36397a8534d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void allElementsDeleted(IGraphicsContainerEventsAllElementsDeletedEvent theEvent)
          Occurs when all the elements are deleted.
 void elementAdded(IGraphicsContainerEventsElementAddedEvent theEvent)
          Occurs when the element is added.
 void elementDeleted(IGraphicsContainerEventsElementDeletedEvent theEvent)
          Occurs when the element is deleted.
 void elementsAdded(IGraphicsContainerEventsElementsAddedEvent theEvent)
          Occurs when the elements are added.
 void elementUpdated(IGraphicsContainerEventsElementUpdatedEvent theEvent)
          Occurs when the element is updated.
 

Field Detail

IID8694707c_d4e2_4f77_a02f_d36397a8534d

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

elementAdded

void elementAdded(IGraphicsContainerEventsElementAddedEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Occurs when the element is added.

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

elementsAdded

void elementsAdded(IGraphicsContainerEventsElementsAddedEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Occurs when the elements are added.

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

elementDeleted

void elementDeleted(IGraphicsContainerEventsElementDeletedEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Occurs when the element is deleted.

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

allElementsDeleted

void allElementsDeleted(IGraphicsContainerEventsAllElementsDeletedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Occurs when all the elements are deleted.

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

elementUpdated

void elementUpdated(IGraphicsContainerEventsElementUpdatedEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Occurs when the element is updated.

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