Interface Entry.OnIconPress

Enclosing class:
Entry
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 Entry.OnIconPress
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onIconPress(int icon_pos)
    Emitted when an activatable icon is clicked.
  • Method Details

    • onIconPress

      void onIconPress(int icon_pos)
      Emitted when an activatable icon is clicked.
      Parameters:
      icon_pos - The position of the clicked icon