Class AbstractCommentsAppEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<CommentsAppEventHandler>
org.silverpeas.mobile.client.apps.comments.events.app.AbstractCommentsAppEvent
Direct Known Subclasses:
AddCommentEvent, CommentsLoadEvent, DeleteCommentEvent, UpdateCommentEvent

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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

    • AbstractCommentsAppEvent

      public AbstractCommentsAppEvent()
  • Method Details