Interface Clickable

All Known Implementing Classes:
IndexedButton, MultiClickButton
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 Clickable
Marker interface for components that can be clicked.
Since:
2020-07-07
Author:
miki
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clicks this object.
  • Method Details

    • click

      void click()
      Clicks this object. What it means is left for implementations to figure out.