Interface FlowBox.OnActivateCursorChild

Enclosing class:
FlowBox
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 FlowBox.OnActivateCursorChild
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user activates the @box.
  • Method Details

    • onActivateCursorChild

      void onActivateCursorChild()
      Emitted when the user activates the @box.

      This is a [keybinding signal](class.SignalAction.html).