Class FavoritesLoadEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<FavoritesAppEventHandler>
-
- org.silverpeas.mobile.client.apps.favorites.events.app.AbstractFavoritesAppEvent
-
- org.silverpeas.mobile.client.apps.favorites.events.app.FavoritesLoadEvent
-
public class FavoritesLoadEvent extends AbstractFavoritesAppEvent
-
-
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 inherited from class org.silverpeas.mobile.client.apps.favorites.events.app.AbstractFavoritesAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description FavoritesLoadEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(FavoritesAppEventHandler handler)
-
Methods inherited from class org.silverpeas.mobile.client.apps.favorites.events.app.AbstractFavoritesAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(FavoritesAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<FavoritesAppEventHandler>
-
-