Annotation Type BeforeNavigateForward
-
@Target(METHOD) @Retention(RUNTIME) public @interface BeforeNavigateForwardAdd this annotation on a method to register it inEventsRegistry.Can be used in test adapter or injected pages only.
Parameters from
NavigateListenerwill be injected in the method based on parameters types.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvaluePriority of the method.
-