Interface NavigationClickHandler

All Superinterfaces:
EventHandler

public interface NavigationClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when the user clicks the default back / forward buttons on the navigation bar for this SplitPane.
  • Method Details

    • onNavigationClick

      void onNavigationClick(NavigationClickEvent event)
      Notification method fired when the user clicks the default back / forward buttons on the navigation bar for this SplitPane.

      Note that the return value will be ignored and cancelation won't be possible if notifyAfterNavigationClick has been set true, since that forces this method to run after we've already navigated to the new pane.

      Parameters:
      event - the event