| Interface | Description |
|---|---|
| CallbackHandler<T> |
Interface for callbacks in async mode
|
| DBusInterface |
Denotes a class as exportable or a remote interface which can be called.
|
| DBusSerializable |
Custom classes may be sent over DBus if they implement this interface.
|
| DBusSigHandler<T extends DBusSignal> |
Handle a signal on DBus.
|
| Error |
Contains standard errors that can be thrown from methods.
|
| FatalException | |
| Features | |
| Introspectable |
Objects can provide introspection data via this interface and method.
|
| Local |
Messages generated locally in the application.
|
| Monitoring | |
| NonFatalException | |
| ObjectManager | |
| Peer |
All DBus Applications should respond to the Ping method on this interface
|
| Properties |
A standard properties interface.
|
| Class | Description |
|---|---|
| Local.Disconnected | |
| ObjectManager.InterfacesAdded |
Signal generated when a new interface is added
|
| ObjectManager.InterfacesRemoved |
Signal generated when an interface is removed
|
| Properties.PropertiesChanged |
Signal generated when a property changes.
|
Copyright © 2020. All rights reserved.