comparison dwt/events/TypedEvent.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
23 * by DWT. Typed events contain particular information which is 23 * by DWT. Typed events contain particular information which is
24 * applicable to the event occurrence. 24 * applicable to the event occurrence.
25 * 25 *
26 * @see dwt.widgets.Event 26 * @see dwt.widgets.Event
27 */ 27 */
28 public class TypedEvent extends DWTEventObject { 28 public class TypedEvent : DWTEventObject {
29 29
30 /** 30 /**
31 * the display where the event occurred 31 * the display where the event occurred
32 * 32 *
33 * @since 2.0 33 * @since 2.0