Interface NavigationEventHandler
-
- 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 NavigationEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voidshowContent(NavigationShowContentEvent event)
-
-
-
Method Detail
-
appInstanceChanged
void appInstanceChanged(NavigationAppInstanceChangedEvent event)
-
showContent
void showContent(NavigationShowContentEvent event)
-
-