Интерфейс MenuKeyListener
- Все суперинтерфейсы:
- EventListener
public interface MenuKeyListener extends EventListener
MenuKeyListener
Методы
| Модификатор и тип | Метод и описание |
|---|---|
void |
menuKeyPressed(MenuKeyEvent e) Вызывается при нажатии клавиши. |
void |
menuKeyReleased(MenuKeyEvent e) Вызывается при отпускании клавиши. |
void |
menuKeyTyped(MenuKeyEvent e) Вызывается при вводе символа с помощью клавиши. |
Методы
menuKeyTyped
void menuKeyTyped(MenuKeyEvent e)
Вызывается при вводе символа с помощью клавиши. Этот событие происходит, когда нажатие клавиши следует за отпусканием.
menuKeyPressed
void menuKeyPressed(MenuKeyEvent e)
Вызывается при нажатии клавиши.
menuKeyReleased
void menuKeyReleased(MenuKeyEvent e)
Вызывается при отпускании клавиши.
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.