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 void
onSpeechError(SpeechErrorEvent event)
void
onSpeechResult(SpeechResultEvent event)
void
onSpeechStart(SpeechStartEvent event)
void
onSpeechStop(SpeechStopEvent event)
-
-
-
Method Detail
-
onSpeechResult
void onSpeechResult(SpeechResultEvent event)
-
onSpeechStart
void onSpeechStart(SpeechStartEvent event)
-
onSpeechStop
void onSpeechStop(SpeechStopEvent event)
-
onSpeechError
void onSpeechError(SpeechErrorEvent event)
-
-