Class AddCommentEvent
- 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.AddCommentEvent
-
public class AddCommentEvent 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 AddCommentEvent(String contentId, String instanceId, String contentType, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(CommentsAppEventHandler handler)
String
getContentId()
String
getContentType()
String
getInstanceId()
String
getMessage()
-
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()
-
getMessage
public String getMessage()
-
getInstanceId
public String getInstanceId()
-
-