Interface WebbButton.ClickListener

Enclosing class:
WebbButton

public static interface WebbButton.ClickListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClick(WebbButton self, boolean rightClick)
    Called when the button is clicked.
  • Method Details

    • onClick

      void onClick(WebbButton self, boolean rightClick)
      Called when the button is clicked.
      Parameters:
      self - The button that was clicked.
      rightClick - Whether or not the right mouse button was clicked.