hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

DBusSignal constructor is package private #231

Closed Doomsdayrs closed 1 year ago

Doomsdayrs commented 1 year ago

The original documentation states you can use DBusSignal interface to define custom signals. https://dbus.freedesktop.org/doc/dbus-java/dbus-java/dbus-javase4.html#x17-170004

What is the new method?

Doomsdayrs commented 1 year ago

nvm I got confused