public interface SourcesNavigationEvents
| Modifier and Type | Method and Description |
|---|---|
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. |
void addNavigationListener(NavigationListener listener)
listener to the list of listeners for the navigation events launched by this source.listener - the listener to addvoid removeNavigationListener(NavigationListener listener)
listener from the list of listeners for the navigation events launched by this source.listener - the listener to removeCopyright © 2004–2015 XWiki. All rights reserved.