Package ch.bailu.gtk.gdk
Interface Display.OnSettingChanged
- Enclosing class:
- Display
- 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
onSettingChanged
(Str setting) Emitted whenever a setting changes its value.
-
Method Details
-
onSettingChanged
Emitted whenever a setting changes its value.- Parameters:
setting
- the name of the setting that changed
-