public class SeeCommentsEvent extends com.google.gwt.event.shared.GwtEvent<SeeCommentsEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> |
TYPE |
| Constructor and Description |
|---|
SeeCommentsEvent(TweetTemplate owner,
boolean commentForm2Add) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SeeCommentsEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> |
getAssociatedType() |
TweetTemplate |
getOwner() |
boolean |
isCommentForm2Add() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> TYPE
public SeeCommentsEvent(TweetTemplate owner, boolean commentForm2Add)
public TweetTemplate getOwner()
public boolean isCommentForm2Add()
public com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SeeCommentsEventHandler>protected void dispatch(SeeCommentsEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SeeCommentsEventHandler>Copyright © 2014. All Rights Reserved.