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

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
20 * widgets gaining and losing focus. 20 * widgets gaining and losing focus.
21 * 21 *
22 * @see FocusListener 22 * @see FocusListener
23 */ 23 */
24 24
25 public final class FocusEvent extends TypedEvent { 25 public final class FocusEvent : TypedEvent {
26 26
27 static final long serialVersionUID = 3258134643684227381L; 27 static final long serialVersionUID = 3258134643684227381L;
28 28
29 /** 29 /**
30 * Constructs a new instance of this class based on the 30 * Constructs a new instance of this class based on the