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
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<CommentsPagesEventHandler>
TYPE
-
Constructor Summary
Constructors Constructor Description AbstractCommentsPagesEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<CommentsPagesEventHandler>
getAssociatedType()
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<CommentsPagesEventHandler> TYPE
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<CommentsPagesEventHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<CommentsPagesEventHandler>
-
-