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

All Known Implementing Classes:
Wizard

public interface NavigationListener

Navigation events listener.

Version:
$Id: NavigationListener.java 24900 2009-11-06 16:53:01Z sdumitriu $

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-2009 XWiki. All Rights Reserved.