public interface KeyListener
KeyEvents
from the
keyboard.Modifier and Type | Interface and Description |
---|---|
static class |
KeyListener.Stub
An empty implementation of KeyListener for convenience.
|
Modifier and Type | Method and Description |
---|---|
void |
keyPressed(KeyEvent ke)
Called when a key is pressed.
|
void |
keyReleased(KeyEvent ke)
Called when a key is released.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.