Package org.freedesktop
Interface DBus.Introspectable
-
- All Superinterfaces:
DBusInterface
- Enclosing interface:
- DBus
public static interface DBus.Introspectable extends DBusInterface
Objects can provide introspection data via this interface and method. See the Introspection Format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
Introspect()
-
Methods inherited from interface org.freedesktop.dbus.DBusInterface
isRemote
-
-