@FunctionalInterface public interface NavigationChangeListener extends EventListener, Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NavigationChangeListener.NavigationChangeEvent
A navigation target change event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onNavigationChange(NavigationChangeListener.NavigationChangeEvent event)
Invoked after a navigation was performed and the navigation target/location changed.
|
void onNavigationChange(NavigationChangeListener.NavigationChangeEvent event)
event - The navigation change eventCopyright © 2019 The Holon Platform. All rights reserved.