Package ch.bailu.gtk.gio
Interface MountOperationClass.OnAskQuestion
- Enclosing class:
- MountOperationClass
- 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
onAskQuestion
(CallbackHandler __self, MountOperation op, Str message, Strs choices)
-
Method Details
-
onAskQuestion
void onAskQuestion(CallbackHandler __self, @Nonnull MountOperation op, @Nonnull Str message, @Nonnull Strs choices) - Parameters:
op
- a #GMountOperationmessage
- string containing a message to display to the userchoices
- an array of strings for each possible choice
-