Interface TemplateClicker<T>

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 TemplateClicker<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Code to run when an instance of a template is clicked.
  • Method Details

    • click

      void click(TemplateClick<T> click)
      Code to run when an instance of a template is clicked.
      Parameters:
      click - the TemplateClick context object