Annotation Interface AfterChangeValueOf


@Target(METHOD) @Retention(RUNTIME) public @interface AfterChangeValueOf
Add this annotation on a method to register it in EventsRegistry.

Can be used in test adapter, injected pages and components.

Parameters from ElementListener will be injected in the method based on parameters types.

See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Priority of the method.
  • Element Details

    • value

      int value
      Priority of the method. Higher priority will be executed first.
      Returns:
      priority value
      Default:
      0