Package ch.bailu.gtk.adw
Interface ActionRow.OnActivated
- Enclosing class:
- ActionRow
- 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
This signal is emitted after the row has been activated.
-
Method Details
-
onActivated
void onActivated()This signal is emitted after the row has been activated.
-