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

All Known Implementing Classes:
WizardDialog

public interface SourcesNavigationEvents

Wizard navigation events source, to accept listeners for the navigation events.

Version:
$Id$

Method Summary
 void addNavigationListener(NavigationListener listener)
          Adds the listener to the list of listeners for the navigation events launched by this source.
 void removeNavigationListener(NavigationListener listener)
          Removes the listener from the list of listeners for the navigation events launched by this source.
 

Method Detail

addNavigationListener

void addNavigationListener(NavigationListener listener)
Adds the listener to the list of listeners for the navigation events launched by this source.

Parameters:
listener - the listener to add

removeNavigationListener

void removeNavigationListener(NavigationListener listener)
Removes the listener from the list of listeners for the navigation events launched by this source.

Parameters:
listener - the listener to remove


Copyright © 2004-2011 XWiki. All Rights Reserved.