com.vaadin.addon.touchkit.ui
Interface NavigationManager.NavigationListener
- All Superinterfaces:
- com.vaadin.event.ConnectorEventListener, EventListener, Serializable
- Enclosing class:
- NavigationManager
public static interface NavigationManager.NavigationListener
- extends com.vaadin.event.ConnectorEventListener
A NavigationListener is notified whenever a navigation event occurs.
NavigationListeners can be used for setting the next view in cases where
it is known. See NavigationManager.setNextComponent(com.vaadin.ui.Component)
METHOD
static final Method METHOD
navigate
void navigate(NavigationManager.NavigationEvent event)
- Called when a navigation event is triggered
- Parameters:
event
- the navigation event.
Copyright © 2014 Vaadin Ltd. All rights reserved.