com.esri.arcgis.carto
Class IRealTimeFeedEventsGroundCourseUpdatedEvent

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

public class IRealTimeFeedEventsGroundCourseUpdatedEvent
extends EventObject

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IRealTimeFeedEventsGroundCourseUpdatedEvent(Object source)
           
 
Method Summary
 esriGpsGroundCourse getPGroundCourse()
           
 void init(esriGpsGroundCourse pGroundCourse)
           
 
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

IRealTimeFeedEventsGroundCourseUpdatedEvent

public IRealTimeFeedEventsGroundCourseUpdatedEvent(Object source)
Method Detail

init

public void init(esriGpsGroundCourse pGroundCourse)

getPGroundCourse

public final esriGpsGroundCourse getPGroundCourse()