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.

@FunctionalInterface public static interface MountOperationClass.OnAskQuestion
  • Method Details

    • onAskQuestion

      void onAskQuestion(CallbackHandler __self, @Nonnull MountOperation op, @Nonnull Str message, @Nonnull Strs choices)
      Parameters:
      op - a #GMountOperation
      message - string containing a message to display to the user
      choices - an array of strings for each possible choice