Interface InfoBar.OnClose

Enclosing class:
InfoBar
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 InfoBar.OnClose
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets emitted when the user uses a keybinding to dismiss the info bar.
  • Method Details

    • onClose

      void onClose()
      Gets emitted when the user uses a keybinding to dismiss the info bar.

      The ::close signal is a [keybinding signal](class.SignalAction.html).

      The default binding for this signal is the Escape key.