Interface AppEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
AgendaApp,App,BlogApp,ClassifiedsApp,CommentsApp,ConfigApp,ContactsApp,DocumentsApp,FaqApp,FavoritesApp,FormsOnlineApp,HyperLinkApp,MediaApp,NavigationApp,NewsApp,NotificationsApp,NotificationsBoxApp,ProfileApp,ResourcesManagerApp,SharesBoxApp,SurveyApp,TasksApp,WebPageApp,WorkflowApp
public interface AppEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveEvent(AppEvent event)voidstopLoadingDataEvent(StopLoadingDataEvent stopLoadingDataEvent)
-
-
-
Method Detail
-
receiveEvent
void receiveEvent(AppEvent event)
-
stopLoadingDataEvent
void stopLoadingDataEvent(StopLoadingDataEvent stopLoadingDataEvent)
-
-