public class EditCommentEvent extends com.google.gwt.event.shared.GwtEvent<EditCommentEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> |
TYPE |
| Constructor and Description |
|---|
EditCommentEvent(TweetTemplate owner,
org.gcube.portal.databook.shared.Comment editedComment) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EditCommentEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> |
getAssociatedType() |
org.gcube.portal.databook.shared.Comment |
getCommentInstance() |
TweetTemplate |
getOwner() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> TYPE
public EditCommentEvent(TweetTemplate owner, org.gcube.portal.databook.shared.Comment editedComment)
public TweetTemplate getOwner()
public org.gcube.portal.databook.shared.Comment getCommentInstance()
public com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EditCommentEventHandler>protected void dispatch(EditCommentEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EditCommentEventHandler>Copyright © 2014. All Rights Reserved.