com.esri.arcgis.carto
Class IDataGraphCollectionEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IDataGraphCollectionEventsAdapter
- All Implemented Interfaces:
- IDataGraphCollectionEvents, Serializable, EventListener
public class IDataGraphCollectionEventsAdapter
- extends Object
- implements IDataGraphCollectionEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDataGraphCollectionEventsAdapter
public IDataGraphCollectionEventsAdapter()
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.