Interface DBusSubtreeFlags


public interface DBusSubtreeFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Method calls to objects not in the enumerated range
    will still be dispatched.
    static final int
    No flags set.
  • Field Details

    • NONE

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

      static final int DISPATCH_TO_UNENUMERATED_NODES
      Method calls to objects not in the enumerated range
      will still be dispatched. This is useful if you want
      to dynamically spawn objects in the subtree.
      See Also: