Package xyz.cofe.term.common
Interface InputKeyEvent
-
- All Superinterfaces:
InputEvent,InputKeyboardEvent
- All Known Implementing Classes:
InputKeyEventBase,NixInputKeyEvent,WinInputKeyEvent
public interface InputKeyEvent extends InputKeyboardEvent
События нажатия спец клавиш клавиатуры - стрелки, delete, backspace, ...KeyName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyNamegetKey()Какая клавиша была нажата-
Methods inherited from interface xyz.cofe.term.common.InputKeyboardEvent
isAltDown, isControlDown, isShiftDown
-
-
-
-
Method Detail
-
getKey
KeyName getKey()
Какая клавиша была нажата- Returns:
- клавиша
-
-