Class AbstractCommentsPagesEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<CommentsPagesEventHandler>
org.silverpeas.mobile.client.apps.comments.events.pages.AbstractCommentsPagesEvent
- Direct Known Subclasses:
CommentAddedEvent,CommentDeletedEvent,CommentsLoadedEvent,CommentUpdatedEvent
public abstract class AbstractCommentsPagesEvent
extends com.google.gwt.event.shared.GwtEvent<CommentsPagesEventHandler>
-
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
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<CommentsPagesEventHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.event.shared.GwtEvent.Type<CommentsPagesEventHandler>Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
-
-
Constructor Details
-
AbstractCommentsPagesEvent
public AbstractCommentsPagesEvent()
-
-
Method Details
-
getAssociatedType
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<CommentsPagesEventHandler>
-