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.
|
Router |
getSource() |
toString
public AfterNavigationEvent(LocationChangeEvent event)
event
- NavigationEvent that is on goingpublic Location getLocation()
null
public List<HasElement> getActiveChain()
public Router getSource()
getSource
in class EventObject
Copyright © 2020. All rights reserved.