comparison dwt/events/MenuEvent.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 * menus being shown and hidden. 20 * menus being shown and hidden.
21 * 21 *
22 * @see MenuListener 22 * @see MenuListener
23 */ 23 */
24 24
25 public final class MenuEvent extends TypedEvent { 25 public final class MenuEvent : TypedEvent {
26 26
27 static final long serialVersionUID = 3258132440332383025L; 27 static final long serialVersionUID = 3258132440332383025L;
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