comparison dwt/events/KeyAdapter.d @ 4:ab8b5765e3d1

fix implements
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:51:50 +0200
parents 380af2bdd8e5
children 5123b17c98ef
comparison
equal deleted inserted replaced
3:649b8e223d5a 4:ab8b5765e3d1
23 * </p> 23 * </p>
24 * 24 *
25 * @see KeyListener 25 * @see KeyListener
26 * @see KeyEvent 26 * @see KeyEvent
27 */ 27 */
28 public abstract class KeyAdapter implements KeyListener { 28 public abstract class KeyAdapter : KeyListener {
29 29
30 /** 30 /**
31 * Sent when a key is pressed on the system keyboard. 31 * Sent when a key is pressed on the system keyboard.
32 * The default behavior is to do nothing. 32 * The default behavior is to do nothing.
33 * 33 *