org.xwiki.gwt.user.client.ui.wizard
Interface NavigationListener

All Known Implementing Classes:
Wizard

public interface NavigationListener

Navigation events listener.

Version:
$Id: aa2b2517ca47b75d22404e1ef8ec65a531d61ef2 $

Nested Class Summary
static class NavigationListener.NavigationDirection
          The navigation directions defined by this wizard.
 
Method Summary
 void onDirection(NavigationListener.NavigationDirection direction)
          Triggered when a navigation event takes place.
 

Method Detail

onDirection

void onDirection(NavigationListener.NavigationDirection direction)
Triggered when a navigation event takes place.

Parameters:
direction - the direction of the navigation event


Copyright © 2004-2013 XWiki. All Rights Reserved.