Class KmlTourTotalDurationChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class KmlTourTotalDurationChangedEvent
    extends java.util.EventObject
    An event to inform its listener when the total duration of a KML tour changes.
    Since:
    100.5.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KmlTourController getSource()  
      double getTotalDuration()
      Gets the total duration in seconds.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSource

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

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