android.speech.recognition
Class AbstractSrecGrammarListener
java.lang.Object
android.speech.recognition.AbstractSrecGrammarListener
- All Implemented Interfaces:
- EmbeddedGrammarListener, GrammarListener, SrecGrammarListener
public abstract class AbstractSrecGrammarListener
- extends Object
- implements SrecGrammarListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSrecGrammarListener
public AbstractSrecGrammarListener()
onCompileAllSlots
public void onCompileAllSlots()
- Specified by:
onCompileAllSlots in interface EmbeddedGrammarListener
onError
public void onError(Exception exception)
- Specified by:
onError in interface EmbeddedGrammarListener- Specified by:
onError in interface GrammarListener- Specified by:
onError in interface SrecGrammarListener
onLoaded
public void onLoaded()
- Specified by:
onLoaded in interface GrammarListener
onResetAllSlots
public void onResetAllSlots()
- Specified by:
onResetAllSlots in interface EmbeddedGrammarListener
onSaved
public void onSaved(String s)
- Specified by:
onSaved in interface EmbeddedGrammarListener
onUnloaded
public void onUnloaded()
- Specified by:
onUnloaded in interface GrammarListener
onAddItemList
public void onAddItemList()
- Specified by:
onAddItemList in interface SrecGrammarListener
onAddItemListFailure
public void onAddItemListFailure(int i,
Exception exception)
- Specified by:
onAddItemListFailure in interface SrecGrammarListener
Please submit a feedback, bug or feature