com.esri.arcgis.carto
Class IDataGraphTEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IDataGraphTEventsAdapter
- All Implemented Interfaces:
- IDataGraphTEvents, Serializable, EventListener
public class IDataGraphTEventsAdapter
- extends Object
- implements IDataGraphTEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDataGraphTEventsAdapter
public IDataGraphTEventsAdapter()
dataGraphTChanged
public void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent)
throws IOException,
AutomationException
- Fired when graph changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
dataGraphTChanged
in interface IDataGraphTEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
dataGraphTDataSourceEventReceived
public void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
throws IOException,
AutomationException
- Fired when graph receives an event from its data source.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
dataGraphTDataSourceEventReceived
in interface IDataGraphTEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
dataGraphTLoadingStatus
public void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
throws IOException,
AutomationException
- Fired when graph loading status changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
dataGraphTLoadingStatus
in interface IDataGraphTEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.