com.esri.arcgis.carto
Class IGraphicsContainerEventsAdapter

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

public class IGraphicsContainerEventsAdapter
extends Object
implements IGraphicsContainerEvents

See Also:
Serialized Form

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 IOException,
                         AutomationException
Occurs when the element is added.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

elementsAdded

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

elementDeleted

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

allElementsDeleted

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

elementUpdated

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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