Interface SpeechMapChangeListener


public interface SpeechMapChangeListener
Interface specifying how a listener is notified that the speech command map has been altered and should be re-read.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The speech command map for the reported generator has changed.
  • Method Details

    • speechMapChanged

      void speechMapChanged(SpeechMapGeneratorIfc generator, String grammarName)
      The speech command map for the reported generator has changed.
      Parameters:
      generator - SpeechMapGeneratorIfc implementation reporting the change
      grammarName - String name of grammer that should be in force now (may or may not be different from previous grammar)