-
- All Superinterfaces:
ProgramKeyActionListener
,ProgramKeyContextMenuListener
- All Known Implementing Classes:
ProgramList
public interface ProgramKeyAndContextMenuListener extends ProgramKeyActionListener, ProgramKeyContextMenuListener
An interface that is used to track key pressings and popup events. Use this forProgramKeyEventHandler
if you want to your Plugin to react to key events like the program table does.- Since:
- 3.3.1
- Author:
- René Mach
-
-
Method Summary
-
Methods inherited from interface util.programkeyevent.ProgramKeyActionListener
getProgramForKeyEvent, keyEventActionFinished
-
Methods inherited from interface util.programkeyevent.ProgramKeyContextMenuListener
showContextMenu
-
-