Class KmlTourTotalDurationChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlTourTotalDurationChangedEvent
All Implemented Interfaces:
Serializable

public final class KmlTourTotalDurationChangedEvent extends EventObject
An event to inform its listener when the total duration of a KML tour changes.
Since:
100.5.0
See Also:
  • Method Details

    • getSource

      public KmlTourController getSource()
      Overrides:
      getSource in class EventObject
    • getTotalDuration

      public double getTotalDuration()
      Gets the total duration in seconds.
      Returns:
      the total duration in seconds.
      Since:
      100.5.0