com.esri.arcgis.carto
Class IGraphicsContainerEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.carto.IGraphicsContainerEventsAdapter
All Implemented Interfaces:
IGraphicsContainerEvents, java.io.Serializable, java.util.EventListener

public class IGraphicsContainerEventsAdapter
extends java.lang.Object
implements IGraphicsContainerEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IGraphicsContainerEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

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

Constructor Detail

IGraphicsContainerEventsAdapter

public IGraphicsContainerEventsAdapter()
Method Detail

elementAdded

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

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

elementsAdded

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

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

elementDeleted

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

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

allElementsDeleted

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

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

elementUpdated

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

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