Uses of Interface
org.silverpeas.mobile.client.common.event.speech.SpeechEventHandler
-
Packages that use SpeechEventHandler Package Description org.silverpeas.mobile.client.common.event.speech -
-
Uses of SpeechEventHandler in org.silverpeas.mobile.client.common.event.speech
Fields in org.silverpeas.mobile.client.common.event.speech with type parameters of type SpeechEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<SpeechEventHandler>
AbstractSpeechEvent. TYPE
Methods in org.silverpeas.mobile.client.common.event.speech that return types with arguments of type SpeechEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<SpeechEventHandler>
AbstractSpeechEvent. getAssociatedType()
Methods in org.silverpeas.mobile.client.common.event.speech with parameters of type SpeechEventHandler Modifier and Type Method Description protected void
SpeechErrorEvent. dispatch(SpeechEventHandler handler)
protected void
SpeechResultEvent. dispatch(SpeechEventHandler handler)
protected void
SpeechStartEvent. dispatch(SpeechEventHandler handler)
protected void
SpeechStopEvent. dispatch(SpeechEventHandler handler)
-