Package xyz.cofe.term.common
Interface InputCharEvent
-
- All Superinterfaces:
InputEvent,InputKeyboardEvent
- All Known Implementing Classes:
InputCharEventBase,NixInputCharEvent,WinInputCharEvent
public interface InputCharEvent extends InputKeyboardEvent
Событие ввода символа (char) с клавиатура
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description chargetChar()Символ который ввел пользователь-
Methods inherited from interface xyz.cofe.term.common.InputKeyboardEvent
isAltDown, isControlDown, isShiftDown
-
-