comparison dwt/events/HelpEvent.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 * help being requested for a widget. 20 * help being requested for a widget.
21 * 21 *
22 * @see HelpListener 22 * @see HelpListener
23 */ 23 */
24 24
25 public final class HelpEvent extends TypedEvent { 25 public final class HelpEvent : TypedEvent {
26 26
27 static final long serialVersionUID = 3257001038606251315L; 27 static final long serialVersionUID = 3257001038606251315L;
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