Interface PropagationLimit


public interface PropagationLimit
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Events are handled regardless of what their
    target is.
    static final int
    Events are only handled if their target
    is in the same [iface@Native] as the event controllers widget.
  • Field Details

    • NONE

      static final int NONE
      Events are handled regardless of what their
      target is.
      See Also:
    • SAME_NATIVE

      static final int SAME_NATIVE
      Events are only handled if their target
      is in the same [iface@Native] as the event controllers widget. Note
      that some event types have two targets (origin and destination).
      See Also: