Uses of Interface
com.axellience.vueroutergwt.client.functions.Next
-
Packages that use Next Package Description com.axellience.vueroutergwt.client.functions com.axellience.vueroutergwt.client.hooks -
-
Uses of Next in com.axellience.vueroutergwt.client.functions
Methods in com.axellience.vueroutergwt.client.functions with parameters of type Next Modifier and Type Method Description voidNavigationGuard. guard(Route to, Route from, Next next) -
Uses of Next in com.axellience.vueroutergwt.client.hooks
Methods in com.axellience.vueroutergwt.client.hooks with parameters of type Next Modifier and Type Method Description voidHasBeforeRouterEnter. beforeRouteEnter(Route to, Route from, Next next)voidHasBeforeRouterLeave. beforeRouteLeave(Route to, Route from, Next next)voidHasBeforeRouterUpdate. beforeRouteUpdate(Route to, Route from, Next next)
-