public class DeleteCommentEvent extends com.google.gwt.event.shared.GwtEvent<DeleteCommentEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteCommentEventHandler> |
TYPE |
Constructor and Description |
---|
DeleteCommentEvent(TweetTemplate owner,
String commentid) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(DeleteCommentEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteCommentEventHandler> |
getAssociatedType() |
String |
getCommentId() |
TweetTemplate |
getOwner() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<DeleteCommentEventHandler> TYPE
public DeleteCommentEvent(TweetTemplate owner, String commentid)
public TweetTemplate getOwner()
public String getCommentId()
public com.google.gwt.event.shared.GwtEvent.Type<DeleteCommentEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<DeleteCommentEventHandler>
protected void dispatch(DeleteCommentEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<DeleteCommentEventHandler>
Copyright © 2015. All Rights Reserved.