comparison dwt/events/KeyListener.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 5123b17c98ef
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
28 * </p> 28 * </p>
29 * 29 *
30 * @see KeyAdapter 30 * @see KeyAdapter
31 * @see KeyEvent 31 * @see KeyEvent
32 */ 32 */
33 public interface KeyListener extends DWTEventListener { 33 public interface KeyListener : DWTEventListener {
34 34
35 /** 35 /**
36 * Sent when a key is pressed on the system keyboard. 36 * Sent when a key is pressed on the system keyboard.
37 * 37 *
38 * @param e an event containing information about the key press 38 * @param e an event containing information about the key press