com.esri.arcgis.carto
Class IDataGraphTEventsAdapter

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IDataGraphTEvents
IID, IIDcd6d8d2c_5fd2_4962_ba04_bb383934efc8, xxDummy
 
Constructor Summary
IDataGraphTEventsAdapter()
           
 
Method Summary
 void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent)
          Fired when graph changes.
 void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
          Fired when graph receives an event from its data source.
 void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
          Fired when graph loading status changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDataGraphTEventsAdapter

public IDataGraphTEventsAdapter()
Method Detail

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.