Class AddCommentEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<AddCommentEventHandler>
-
- org.gcube.portlets.user.newsfeed.client.event.AddCommentEvent
-
public class AddCommentEvent extends com.google.gwt.event.shared.GwtEvent<AddCommentEventHandler>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<AddCommentEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description AddCommentEvent(TweetTemplate owner, String text, HashSet<MentionedDTO> mentionedUsers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(AddCommentEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<AddCommentEventHandler>getAssociatedType()HashSet<MentionedDTO>getMentionedUsers()TweetTemplategetOwner()StringgetText()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<AddCommentEventHandler> TYPE
-
-
Constructor Detail
-
AddCommentEvent
public AddCommentEvent(TweetTemplate owner, String text, HashSet<MentionedDTO> mentionedUsers)
-
-
Method Detail
-
getOwner
public TweetTemplate getOwner()
-
getText
public String getText()
-
getMentionedUsers
public HashSet<MentionedDTO> getMentionedUsers()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<AddCommentEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<AddCommentEventHandler>
-
dispatch
protected void dispatch(AddCommentEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<AddCommentEventHandler>
-
-