Interface FaqPagesEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
FaqPage
,QuestionPage
,RepliesPage
,ReplyItem
public interface FaqPagesEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAttachmentsLoaded(FaqAttachmentsLoadedEvent faqAttachmentsLoadedEvent)
void
onCategoriesLoaded(FaqCategoriesLoadedEvent faqCategoriesLoadedEvent)
-
-
-
Method Detail
-
onCategoriesLoaded
void onCategoriesLoaded(FaqCategoriesLoadedEvent faqCategoriesLoadedEvent)
-
onAttachmentsLoaded
void onAttachmentsLoaded(FaqAttachmentsLoadedEvent faqAttachmentsLoadedEvent)
-
-