public interface DBusInterface
Any interface which should be exported or imported should extend this interface. All public methods from that interface are exported/imported with the given method signatures.
All method calls on exported objects are run in their own threads. Application writers are responsible for any concurrency issues.
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectPath()
Returns the path of this object.
|
boolean |
isRemote()
Returns true on remote objects.
|
boolean isRemote()
String getObjectPath()
Copyright © 2020. All rights reserved.