Interface NavigationListener

All Superinterfaces:
EventListener, GuiseEventListener
All Known Implementing Classes:
AbstractCardPanel, AutoNavigationPathBreadcrumbLinkPanel, 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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    navigated(NavigationEvent navigationEvent)
    Called when navigation occurs.
  • Method Details