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 MenuHandleMenuService. addMenu(String message, MenuCallback callback)Menu will start out shown and enabled, in the root menuMenuHandleMenuService. 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 MenuHandleExternalMain. addMenu(String message, MenuCallback callback)Menu will start out shown and enabled, in the root menuMenuHandleExternalMain. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuMenuHandleMain. addMenu(String message, MenuCallback callback)Menu will start out shown and enabled, in the root menuMenuHandleMain. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuMenuHandleTrayManager. 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 classRunStandalone.StandaloneStopperCallback when shutdown is clicked in systray
-