com.esri.arcgis.carto
Class IDataGraphCollectionEventsAdapter

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

public class IDataGraphCollectionEventsAdapter
extends Object
implements IDataGraphCollectionEvents

See Also:
Serialized Form

Constructor Summary
IDataGraphCollectionEventsAdapter()
           
 
Method Summary
 void dataGraphAdded(IDataGraphCollectionEventsDataGraphAddedEvent theEvent)
          Fired when the graph is added to document.
 void dataGraphRemoved(IDataGraphCollectionEventsDataGraphRemovedEvent theEvent)
          Fired when the graph is removed from document.
 void dataGraphReset(IDataGraphCollectionEventsDataGraphResetEvent theEvent)
          Fired when document removes all graphs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDataGraphCollectionEventsAdapter

public IDataGraphCollectionEventsAdapter()
Method Detail

dataGraphAdded

public void dataGraphAdded(IDataGraphCollectionEventsDataGraphAddedEvent theEvent)
                    throws IOException,
                           AutomationException
Fired when the graph is added to document.

Product Availability

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

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

dataGraphRemoved

public void dataGraphRemoved(IDataGraphCollectionEventsDataGraphRemovedEvent theEvent)
                      throws IOException,
                             AutomationException
Fired when the graph is removed from document.

Product Availability

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

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

dataGraphReset

public void dataGraphReset(IDataGraphCollectionEventsDataGraphResetEvent theEvent)
                    throws IOException,
                           AutomationException
Fired when document removes all graphs.

Product Availability

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

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