Interface KmlTourTotalDurationChangedListener


  • public interface KmlTourTotalDurationChangedListener
    The interface for receiving total duration changed events for a KML tour.
    Since:
    100.5.0
    • Method Detail

      • totalDurationChanged

        void totalDurationChanged​(KmlTourTotalDurationChangedEvent event)
        Invoked when the total duration of a KML tour is updated.
        Parameters:
        event - the object for a total duration changed event on a KML tour
        Since:
        100.5.0