Class UnLikeEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<UnLikeEventHandler>
-
- org.gcube.portlets.user.newsfeed.client.event.UnLikeEvent
-
public class UnLikeEvent extends com.google.gwt.event.shared.GwtEvent<UnLikeEventHandler>
-
-
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<UnLikeEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description UnLikeEvent(TweetTemplate owner, String feedid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(UnLikeEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<UnLikeEventHandler>getAssociatedType()StringgetFeedId()TweetTemplategetOwner()-
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<UnLikeEventHandler> TYPE
-
-
Constructor Detail
-
UnLikeEvent
public UnLikeEvent(TweetTemplate owner, String feedid)
-
-
Method Detail
-
getFeedId
public String getFeedId()
-
getOwner
public TweetTemplate getOwner()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<UnLikeEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<UnLikeEventHandler>
-
dispatch
protected void dispatch(UnLikeEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<UnLikeEventHandler>
-
-