Class DBusObject.DBusObjectIface

All Implemented Interfaces:
Proxy
Enclosing interface:
DBusObject

public static class DBusObject.DBusObjectIface extends TypeInterface
Base object type for D-Bus objects.
Since:
2.30
  • Constructor Details

    • DBusObjectIface

      public DBusObjectIface(MemorySegment address)
      Create a DBusObjectIface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideGetObjectPath

      public void overrideGetObjectPath(Arena arena, @Nullable Method method)
      Override virtual method get_object_path.
      Parameters:
      method - the method to invoke
    • overrideGetInterfaces

      public void overrideGetInterfaces(Arena arena, @Nullable Method method)
      Override virtual method get_interfaces.
      Parameters:
      method - the method to invoke
    • overrideGetInterface

      public void overrideGetInterface(Arena arena, @Nullable Method method)
      Override virtual method get_interface.
      Parameters:
      method - the method to invoke
    • overrideInterfaceAdded

      public void overrideInterfaceAdded(Arena arena, @Nullable Method method)
      Override virtual method interface_added.
      Parameters:
      method - the method to invoke
    • overrideInterfaceRemoved

      public void overrideInterfaceRemoved(Arena arena, @Nullable Method method)
      Override virtual method interface_removed.
      Parameters:
      method - the method to invoke