com.esri.arcgis.carto
Class IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent

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

public class IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent
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
IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent(Object source)
           
 
Method Summary
 esriGpsDgpsInfo getPNewDGPSInfo()
           
 void init(esriGpsDgpsInfo pNewDGPSInfo)
           
 
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

IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent

public IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent(Object source)
Method Detail

init

public void init(esriGpsDgpsInfo pNewDGPSInfo)

getPNewDGPSInfo

public final esriGpsDgpsInfo getPNewDGPSInfo()