Class KmlTourCurrentPositionChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class KmlTourCurrentPositionChangedEvent
    extends java.util.EventObject
    An event to inform its listener when the current position of a KML tour changes.
    Since:
    100.6.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Detail

      • getSource

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

        public double getCurrentPosition()
        Gets the current position in seconds.
        Returns:
        the current position in seconds
        Since:
        100.6.0