Interface ItemClicker

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 interface ItemClicker
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Code to run when an item is clicked.
  • Method Details

    • click

      void click(ItemClick info)
      Code to run when an item is clicked.
      Parameters:
      info - the ItemClick context object