com.esri.arcgis.carto
Class IDataGraphCollectionEventsAdapter

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

public class IDataGraphCollectionEventsAdapter
extends java.lang.Object
implements IDataGraphCollectionEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IDataGraphCollectionEvents
IID, IIDd890857b_b1f9_43ea_9b09_e8990f7ba5d7, xxDummy
 
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 java.io.IOException,
                           AutomationException
Fired when the graph is added to document.

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

dataGraphRemoved

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

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

dataGraphReset

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

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