Interface KmlTourTotalDurationChangedListener


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

    • 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