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

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

public class EditCommentEvent
extends com.google.gwt.event.shared.GwtEvent<EditCommentEventHandler>


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<EditCommentEventHandler> TYPE
           
 
Constructor Summary
EditCommentEvent(TweetTemplate owner, org.gcube.portal.databook.shared.Comment editedComment)
           
 
Method Summary
protected  void dispatch(EditCommentEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> getAssociatedType()
           
 org.gcube.portal.databook.shared.Comment getCommentInstance()
           
 TweetTemplate getOwner()
           
 
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<EditCommentEventHandler> TYPE
Constructor Detail

EditCommentEvent

public EditCommentEvent(TweetTemplate owner,
                        org.gcube.portal.databook.shared.Comment editedComment)
Method Detail

getOwner

public TweetTemplate getOwner()

getCommentInstance

public org.gcube.portal.databook.shared.Comment getCommentInstance()

getAssociatedType

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

dispatch

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


Copyright © 2013. All Rights Reserved.