Package ch.bailu.gtk.gio
Interface SettingsBackendClass.OnRead
- Enclosing class:
- SettingsBackendClass
- 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 TypeMethodDescriptiononRead
(CallbackHandler __self, SettingsBackend backend, Str key, VariantType expected_type, boolean default_value)
-
Method Details
-
onRead
Variant onRead(CallbackHandler __self, @Nonnull SettingsBackend backend, @Nonnull Str key, @Nonnull VariantType expected_type, boolean default_value) - Parameters:
backend
-key
-expected_type
-default_value
-- Returns:
-