Package ch.bailu.gtk.gobject
Interface SignalGroup.OnClosureNotify
- Enclosing class:
- SignalGroup
- 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
onClosureNotify
(CallbackHandler __self, Pointer data, Closure closure) The type used for the various notification callbacks which can be registered
on closures.
-
Method Details
-
onClosureNotify
The type used for the various notification callbacks which can be registered
on closures.- Parameters:
data
- data specified when registering the notification callbackclosure
- the #GClosure on which the notification is emitted
-