Class CommentsLoadEvent
- 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
-
- org.silverpeas.mobile.client.apps.comments.events.app.CommentsLoadEvent
-
public class CommentsLoadEvent extends AbstractCommentsAppEvent
-
-
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 inherited from class org.silverpeas.mobile.client.apps.comments.events.app.AbstractCommentsAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description CommentsLoadEvent(String contentId, String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(CommentsAppEventHandler handler)
String
getContentId()
String
getContentType()
-
Methods inherited from class org.silverpeas.mobile.client.apps.comments.events.app.AbstractCommentsAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(CommentsAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<CommentsAppEventHandler>
-
getContentId
public String getContentId()
-
getContentType
public String getContentType()
-
-