Class 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:
    Serialized Form
    • Method Detail

      • getTotalDuration

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