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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clicked(MenuHandle menu)
Called when the user clicks the menu
-
-
-
Method Detail
-
clicked
void clicked(MenuHandle menu)
Called when the user clicks the menu- Parameters:
menu
- the menu handle clicked
-
-