Interface SpeechEventDispatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dispatchSpeechEvent​(SpeechEvent event)
      Dispatches a SpeechEvent to all appropriate SpeechEventListeners on the object that implements this interface.
    • Method Detail

      • dispatchSpeechEvent

        void dispatchSpeechEvent​(SpeechEvent event)
        Dispatches a SpeechEvent to all appropriate SpeechEventListeners on the object that implements this interface.
        Parameters:
        event - the event to dispactch