Uses of Interface
net.i2p.app.MenuCallback
-
Packages that use MenuCallback Package Description net.i2p.app Interfaces for classes to be started and stopped via clients.config.net.i2p.desktopgui Desktopgui is a graphical interface to I2P that allows managing the lifecycle of I2P from the system tray.org.klomp.snark.standalone Classes only used for, and bundled with, the standalone installation. -
-
Uses of MenuCallback in net.i2p.app
Methods in net.i2p.app with parameters of type MenuCallback Modifier and Type Method Description MenuHandle
MenuService. addMenu(String message, MenuCallback callback)
Menu will start out shown and enabled, in the root menuMenuHandle
MenuService. addMenu(String message, MenuCallback callback, MenuHandle parent)
Menu will start out enabled, as a submenu -
Uses of MenuCallback in net.i2p.desktopgui
Methods in net.i2p.desktopgui with parameters of type MenuCallback Modifier and Type Method Description MenuHandle
ExternalMain. addMenu(String message, MenuCallback callback)
Menu will start out shown and enabled, in the root menuMenuHandle
ExternalMain. addMenu(String message, MenuCallback callback, MenuHandle parent)
Menu will start out enabled, as a submenuMenuHandle
Main. addMenu(String message, MenuCallback callback)
Menu will start out shown and enabled, in the root menuMenuHandle
Main. addMenu(String message, MenuCallback callback, MenuHandle parent)
Menu will start out enabled, as a submenuMenuHandle
TrayManager. addMenu(String message, MenuCallback callback, MenuHandle p)
-
Uses of MenuCallback in org.klomp.snark.standalone
Classes in org.klomp.snark.standalone that implement MenuCallback Modifier and Type Class Description static class
RunStandalone.StandaloneStopper
Callback when shutdown is clicked in systray
-