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. TYPEMethods 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 voidSpeechErrorEvent. dispatch(SpeechEventHandler handler)protected voidSpeechResultEvent. dispatch(SpeechEventHandler handler)protected voidSpeechStartEvent. dispatch(SpeechEventHandler handler)protected voidSpeechStopEvent. dispatch(SpeechEventHandler handler)
-