Annotation Type WhenReleased


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface WhenReleased
    Annotation to indicate that a command should run when a button is released
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      The number of the button (starting at 1) to bind to
    • Element Detail

      • value

        int value
        The number of the button (starting at 1) to bind to
        Returns:
        The number of the button.