Uses of Interface
org.silverpeas.mobile.client.apps.favorites.events.app.FavoritesAppEventHandler
-
Packages that use FavoritesAppEventHandler Package Description org.silverpeas.mobile.client.apps.favorites org.silverpeas.mobile.client.apps.favorites.events.app -
-
Uses of FavoritesAppEventHandler in org.silverpeas.mobile.client.apps.favorites
Classes in org.silverpeas.mobile.client.apps.favorites that implement FavoritesAppEventHandler Modifier and Type Class Description class
FavoritesApp
-
Uses of FavoritesAppEventHandler in org.silverpeas.mobile.client.apps.favorites.events.app
Fields in org.silverpeas.mobile.client.apps.favorites.events.app with type parameters of type FavoritesAppEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<FavoritesAppEventHandler>
AbstractFavoritesAppEvent. TYPE
Methods in org.silverpeas.mobile.client.apps.favorites.events.app that return types with arguments of type FavoritesAppEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<FavoritesAppEventHandler>
AbstractFavoritesAppEvent. getAssociatedType()
Methods in org.silverpeas.mobile.client.apps.favorites.events.app with parameters of type FavoritesAppEventHandler Modifier and Type Method Description protected void
AddFavoriteEvent. dispatch(FavoritesAppEventHandler handler)
protected void
FavoritesDeleteEvent. dispatch(FavoritesAppEventHandler handler)
protected void
FavoritesLoadEvent. dispatch(FavoritesAppEventHandler handler)
protected void
GotoAppEvent. dispatch(FavoritesAppEventHandler handler)
-