public interface IKeyListener
| Modifier and Type | Method and Description |
|---|---|
void |
keyPressed(IKeyEvent event)
Will be invoked if a key was pressed
|
void |
keyReleased(IKeyEvent event)
Will be invoked if a key was released
|
Siehe auch Jowidgets Nutzerhandbuch