io.qt.dbus.QDBusAbstractInterfaceBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-dbus Show documentation
Show all versions of qtjambi-dbus Show documentation
Classes for inter-process communication over the D-Bus protocol.
package io.qt.dbus;
import io.qt.*;
/**
* Java wrapper for Qt class QDBusAbstractInterfaceBase
*/
public class QDBusAbstractInterfaceBase extends io.qt.core.QObject
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QDBusAbstractInterfaceBase(QPrivateConstructor p) { super(p); }
}