Class AbstractFaqAppEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<FaqAppEventHandler>
org.silverpeas.mobile.client.apps.faq.events.app.AbstractFaqAppEvent
Direct Known Subclasses:
FaqAttachmentsLoadEvent, FaqCategoriesLoadEvent, QuestionCreateEvent

public abstract class AbstractFaqAppEvent extends com.google.gwt.event.shared.GwtEvent<FaqAppEventHandler>
  • 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<FaqAppEventHandler>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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

    • AbstractFaqAppEvent

      public AbstractFaqAppEvent()
  • Method Details

    • getAssociatedType

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