public interface NavigationClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onNavigationClick(NavigationClickEvent event)
Notification method fired when the user clicks the default back / forward buttons on the navigation bar for this
SplitPane . |
void onNavigationClick(NavigationClickEvent event)
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.
event
- the event