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)


Field Summary
static Method METHOD
           
 
Method Summary
 void navigate(NavigationManager.NavigationEvent event)
          Called when a navigation event is triggered
 

Field Detail

METHOD

static final Method METHOD
Method Detail

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.