com.esri.arcgis.carto
Class IDataGraphTEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IDataGraphTEventsAdapter
- All Implemented Interfaces:
- IDataGraphTEvents, java.io.Serializable, java.util.EventListener
public class IDataGraphTEventsAdapter
- extends java.lang.Object
- implements IDataGraphTEvents
Adapter for COM Event Interface 'com.esri.arcgis.carto.IDataGraphTEvents'. Generated 3/19/2015 1:20:54 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
- 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 java.io.IOException,
AutomationException
- Fired when graph changes.
- Specified by:
dataGraphTChanged
in interface IDataGraphTEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
dataGraphTDataSourceEventReceived
public void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
throws java.io.IOException,
AutomationException
- Fired when graph receives an event from its data source.
- Specified by:
dataGraphTDataSourceEventReceived
in interface IDataGraphTEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
dataGraphTLoadingStatus
public void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
throws java.io.IOException,
AutomationException
- Fired when graph loading status changes.
- Specified by:
dataGraphTLoadingStatus
in interface IDataGraphTEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.