Interface IKeyboard.KeyPressedListener
- All Superinterfaces:
EventListener
- Enclosing interface:
IKeyboard
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This listener interface receives pressed events for the keyboard.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidkeyPressed(KeyEvent event) Invoked when a key has been pressed.
-
Method Details
-
keyPressed
-