Package ch.bailu.gtk.gio
Interface DBusObject.OnInterfaceRemoved
- Enclosing class:
- DBusObject
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onInterfaceRemoved
(DBusInterface _interface) Emitted when @interface is removed from @object.
-
Method Details
-
onInterfaceRemoved
Emitted when @interface is removed from @object.- Parameters:
_interface
- The #GDBusInterface that was removed.
-