Interface CellRendererAccel.OnAccelEdited

Enclosing class:
CellRendererAccel
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 CellRendererAccel.OnAccelEdited
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAccelEdited(Str path_string, int accel_key, int accel_mods, int hardware_keycode)
    Gets emitted when the user has selected a new accelerator.
  • Method Details

    • onAccelEdited

      void onAccelEdited(@Nonnull Str path_string, int accel_key, int accel_mods, int hardware_keycode)
      Gets emitted when the user has selected a new accelerator.
      Parameters:
      path_string - the path identifying the row of the edited cell
      accel_key - the new accelerator keyval
      accel_mods - the new acclerator modifier mask
      hardware_keycode - the keycode of the new accelerator