Package org.freedesktop.dbus.interfaces
Interface Introspectable
-
- All Superinterfaces:
DBusInterface
- All Known Implementing Classes:
DBusDaemon.DBusServer,GlobalHandler
public interface 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.StringIntrospect()-
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
-