-
- All Known Subinterfaces:
ProgramKeyAndContextMenuListener
- All Known Implementing Classes:
ProgramList
public interface ProgramKeyActionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Program
getProgramForKeyEvent(java.awt.event.KeyEvent e)
Gets the program to use for a key action.void
keyEventActionFinished()
Called when KeyEventAction was finished.
-
-
-
Method Detail
-
getProgramForKeyEvent
Program getProgramForKeyEvent(java.awt.event.KeyEvent e)
Gets the program to use for a key action.- Parameters:
e
- The key event that was triggered for a user keyboard interaction.- Returns:
- The program that was affected by the user keyboard interaction or
null
if no program was affected.
-
keyEventActionFinished
void keyEventActionFinished()
Called when KeyEventAction was finished.
-
-