Class RouteTracker.NewVoiceGuidanceEvent

    • Constructor Detail

      • NewVoiceGuidanceEvent

        public NewVoiceGuidanceEvent​(RouteTracker routeTracker,
                                     VoiceGuidance voiceGuidance)
        Creates new instance of the event.
        Parameters:
        routeTracker - the object which fired the event
        voiceGuidance - the voice guidance
        Since:
        100.6.0
    • Method Detail

      • getSource

        public RouteTracker getSource()
        Gets the RouteTracker that raised the event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the RouteTracker.
        Since:
        100.6.0
      • getVoiceGuidance

        public VoiceGuidance getVoiceGuidance()
        Gets the voice guidance.
        Returns:
        the voice guidance
        Since:
        100.6.0