com.esri.arcgis.carto
Class IDataGraphTEventsDataGraphTChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.carto.IDataGraphTEventsDataGraphTChangedEvent
All Implemented Interfaces:
Serializable

public class IDataGraphTEventsDataGraphTChangedEvent
extends EventObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IDataGraphTEventsDataGraphTChangedEvent(Object source)
           
 
Method Summary
 String getKind()
           
 IDataGraphT getPGraphT()
           
 void init(IDataGraphT pGraphT, String kind)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDataGraphTEventsDataGraphTChangedEvent

public IDataGraphTEventsDataGraphTChangedEvent(Object source)
Method Detail

init

public void init(IDataGraphT pGraphT,
                 String kind)

getPGraphT

public final IDataGraphT getPGraphT()

getKind

public final String getKind()