Generated by
JDiff

Interface java.awt.event.KeyListener

Documentation changed from old to new.

Changed Methods
void keyPressed(KeyEvent) Documentation changed from old to new.
Invoked when a key has been pressed.
void keyReleased(KeyEvent) Documentation changed from old to new.
Invoked when a key has been released.
void keyTyped(KeyEvent) Documentation changed from old to new.
Invoked when a key has been typed.