org.gcube.portlets.user.newsfeed.client.event
Class SeeCommentsEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SeeCommentsEventHandler>
          extended by org.gcube.portlets.user.newsfeed.client.event.SeeCommentsEvent

public class SeeCommentsEvent
extends com.google.gwt.event.shared.GwtEvent<SeeCommentsEventHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> TYPE
           
 
Constructor Summary
SeeCommentsEvent(TweetTemplate owner, boolean commentForm2Add)
           
 
Method Summary
protected  void dispatch(SeeCommentsEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> getAssociatedType()
           
 TweetTemplate getOwner()
           
 boolean isCommentForm2Add()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> TYPE
Constructor Detail

SeeCommentsEvent

public SeeCommentsEvent(TweetTemplate owner,
                        boolean commentForm2Add)
Method Detail

getOwner

public TweetTemplate getOwner()

isCommentForm2Add

public boolean isCommentForm2Add()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<SeeCommentsEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SeeCommentsEventHandler>

dispatch

protected void dispatch(SeeCommentsEventHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<SeeCommentsEventHandler>


Copyright © 2013. All Rights Reserved.