public class AfterNavigationEvent extends EventObject
source| Constructor and Description |
|---|
AfterNavigationEvent(LocationChangeEvent event)
Construct event from a NavigationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
List<HasElement> |
getActiveChain()
Get the active chain that we have after navigation.
|
Location |
getLocation()
Gets the new location.
|
LocationChangeEvent |
getLocationChangeEvent()
Get the
LocationChangeEvent. |
Router |
getSource() |
toStringpublic AfterNavigationEvent(LocationChangeEvent event)
event - NavigationEvent that is on goingpublic Location getLocation()
nullpublic LocationChangeEvent getLocationChangeEvent()
LocationChangeEvent.LocationChangeEvent, not nullpublic List<HasElement> getActiveChain()
public Router getSource()
getSource in class EventObjectCopyright © 2021. All rights reserved.