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, revive
public 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 © 2015. All Rights Reserved.