Package net.i2p.app

Interface MenuCallback

All Known Implementing Classes:
RunStandalone.StandaloneStopper

public interface MenuCallback
The callback when a user clicks a MenuHandle.
Since:
0.9.59
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the user clicks the menu
  • Method Details

    • clicked

      void clicked(MenuHandle menu)
      Called when the user clicks the menu
      Parameters:
      menu - the menu handle clicked