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, revivepublic 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 © 2014. All Rights Reserved.