com.esri.arcgis.carto
Class IRealTimeFeedManagerEventsGroundCourseUpdatedEvent

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

public class IRealTimeFeedManagerEventsGroundCourseUpdatedEvent
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
IRealTimeFeedManagerEventsGroundCourseUpdatedEvent(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

IRealTimeFeedManagerEventsGroundCourseUpdatedEvent

public IRealTimeFeedManagerEventsGroundCourseUpdatedEvent(Object source)
Method Detail

init

public void init(esriGpsGroundCourse pGroundCourse)

getPGroundCourse

public final esriGpsGroundCourse getPGroundCourse()