Interface DBusSignalFlags


public interface DBusSignalFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Match first arguments that
    contain a bus or interface name with the given namespace.
    static final int
    Match first arguments that
    contain an object path that is either equivalent to the given path,
    or one of the paths is a subpath of the other.
    static final int
    Don't actually send the AddMatch
    D-Bus call for this signal subscription.
    static final int
    No flags set.
  • Field Details

    • NONE

      static final int NONE
      No flags set.
      See Also:
    • NO_MATCH_RULE

      static final int NO_MATCH_RULE
      Don't actually send the AddMatch
      D-Bus call for this signal subscription. This gives you more control
      over which match rules you add (but you must add them manually).
      See Also:
    • MATCH_ARG0_NAMESPACE

      static final int MATCH_ARG0_NAMESPACE
      Match first arguments that
      contain a bus or interface name with the given namespace.
      See Also:
    • MATCH_ARG0_PATH

      static final int MATCH_ARG0_PATH
      Match first arguments that
      contain an object path that is either equivalent to the given path,
      or one of the paths is a subpath of the other.
      See Also: