Build m5-rc15

android.speech.recognition
Class AbstractSrecGrammarListener

java.lang.Object
  extended by android.speech.recognition.AbstractSrecGrammarListener
All Implemented Interfaces:
EmbeddedGrammarListener, GrammarListener, SrecGrammarListener

public abstract class AbstractSrecGrammarListener
extends Object
implements SrecGrammarListener


Constructor Summary
AbstractSrecGrammarListener()
           
 
Method Summary
 void onAddItemList()
           
 void onAddItemListFailure(int i, Exception exception)
           
 void onCompileAllSlots()
           
 void onError(Exception exception)
           
 void onLoaded()
           
 void onResetAllSlots()
           
 void onSaved(String s)
           
 void onUnloaded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSrecGrammarListener

public AbstractSrecGrammarListener()
Method Detail

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

Build m5-rc15

Please submit a feedback, bug or feature