Annotation Interface HxTrigger


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface HxTrigger
Annotation to trigger client side events as soon as the response is received on the target element.
You can trigger a single event or as many uniquely named events as you would like.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The events to trigger as soon as the response is received on the target element.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    use annotation HxTriggerAfterSettle or HxTriggerAfterSwap instead.