Class RouteTracker.SpeechEngineReadyEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getReadyStatus()
      Gets if the speech engine is free and ready for text.
      RouteTracker getSource()  
      void setReadyStatus​(boolean readyStatus)
      If the speech engine is free and ready for text set to true, otherwise set to false.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSource

        public RouteTracker getSource()
        Overrides:
        getSource in class java.util.EventObject
      • getReadyStatus

        public boolean getReadyStatus()
        Gets if the speech engine is free and ready for text.
        Returns:
        the ready status
        Since:
        100.12.0
      • setReadyStatus

        public void setReadyStatus​(boolean readyStatus)
        If the speech engine is free and ready for text set to true, otherwise set to false.
        Parameters:
        readyStatus - true if the speech engine is free and ready for text, otherwise false
        Since:
        100.12.0