Class SpeechResultEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SpeechEventHandler>
org.silverpeas.mobile.client.common.event.speech.AbstractSpeechEvent
org.silverpeas.mobile.client.common.event.speech.SpeechResultEvent

public class SpeechResultEvent extends AbstractSpeechEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent

    com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
  • Field Summary

    Fields inherited from class org.silverpeas.mobile.client.common.event.speech.AbstractSpeechEvent

    TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
     

    Methods inherited from class org.silverpeas.mobile.client.common.event.speech.AbstractSpeechEvent

    getAssociatedType

    Methods inherited from class com.google.gwt.event.shared.GwtEvent

    assertLive, getSource, isLive, kill, revive

    Methods inherited from class com.google.web.bindery.event.shared.Event

    setSource, toDebugString, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpeechResultEvent

      public SpeechResultEvent(String result)
  • Method Details