Interface SpeechEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface SpeechEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSpeechError(SpeechErrorEvent event)voidonSpeechResult(SpeechResultEvent event)voidonSpeechStart(SpeechStartEvent event)voidonSpeechStop(SpeechStopEvent event)
-
-
-
Method Detail
-
onSpeechResult
void onSpeechResult(SpeechResultEvent event)
-
onSpeechStart
void onSpeechStart(SpeechStartEvent event)
-
onSpeechStop
void onSpeechStop(SpeechStopEvent event)
-
onSpeechError
void onSpeechError(SpeechErrorEvent event)
-
-