Interface SearchEntry.OnNextMatch

Enclosing class:
SearchEntry
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 SearchEntry.OnNextMatch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user initiates a move to the next match
    for the current search string.
  • Method Details

    • onNextMatch

      void onNextMatch()
      Emitted when the user initiates a move to the next match
      for the current search string.

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

      Applications should connect to it, to implement moving
      between matches.

      The default bindings for this signal is Ctrl-g.