Class AbstractSurveyAppEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SurveyAppEventHandler>
org.silverpeas.mobile.client.apps.survey.events.app.AbstractSurveyAppEvent
Direct Known Subclasses:
SurveyLoadEvent, SurveySaveEvent, SurveysLoadEvent

public abstract class AbstractSurveyAppEvent extends com.google.gwt.event.shared.GwtEvent<SurveyAppEventHandler>
  • 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
    Modifier and Type
    Field
    Description
    static com.google.gwt.event.shared.GwtEvent.Type<SurveyAppEventHandler>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.event.shared.GwtEvent.Type<SurveyAppEventHandler>
     

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

    assertLive, dispatch, 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
  • Field Details

  • Constructor Details

    • AbstractSurveyAppEvent

      public AbstractSurveyAppEvent()
  • Method Details

    • getAssociatedType

      public com.google.gwt.event.shared.GwtEvent.Type<SurveyAppEventHandler> getAssociatedType()
      Specified by:
      getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SurveyAppEventHandler>