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