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