com.guiseframework.event
Interface NavigationListener
- All Superinterfaces:
- java.util.EventListener, GuiseEventListener
- All Known Implementing Classes:
- AbstractCardPanel, AutoNavigationPathBreadcrumbLinkPanel, BookmarksPanel, CardPanel, SequenceCardPanel, TabbedPanel
public interface NavigationListener
- extends GuiseEventListener
An object that listens for navigation events.
Components that implement this interface are called automatically when navigation occurs if they are part of the target navigation component hierarchy.
- Author:
- Garret Wilson
navigated
void navigated(NavigationEvent navigationEvent)
- Called when navigation occurs.
- Parameters:
navigationEvent - The event indicating navigation details.
Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.