Package ch.bailu.gtk.gio
Interface DBusObjectIface.OnInterfaceRemoved
- Enclosing class:
- DBusObjectIface
- 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
(CallbackHandler __self, DBusObject object, DBusInterface interface_)
-
Method Details
-
onInterfaceRemoved
void onInterfaceRemoved(CallbackHandler __self, @Nonnull DBusObject object, @Nonnull DBusInterface interface_) - Parameters:
object
-interface_
-
-