Interface Button.Listener

Enclosing class:
Button

public static interface Button.Listener
Listener interface that can be used to catch user events on the button
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is called when the user has triggered the button
  • Method Details

    • onTriggered

      void onTriggered(Button button)
      This is called when the user has triggered the button
      Parameters:
      button - Button which was triggered