-
- All Known Subinterfaces:
ProgramKeyAndContextMenuListener
- All Known Implementing Classes:
ProgramList
public interface ProgramKeyContextMenuListener
An interface that is used to track popup key events. Use this forProgramKeyEventHandler
if you want to be informed about a popup menu event.- Since:
- 3.3.1
- Author:
- René Mach
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showContextMenu(Program program)
Show a context menu on the triggered program.
-
-
-
Method Detail
-
showContextMenu
void showContextMenu(Program program)
Show a context menu on the triggered program.- Parameters:
program
- The program that has triggered the popup event.
-
-