Interface MenuListener

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 MenuListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Code to run when a menu is opened.
  • Method Details

    • handle

      void handle(MenuInfo info)
      Code to run when a menu is opened.
      Parameters:
      info - the MenuInfo context object