comparison dwt/events/MouseWheelListener.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
29 * 29 *
30 * @see MouseEvent 30 * @see MouseEvent
31 * 31 *
32 * @since 3.3 32 * @since 3.3
33 */ 33 */
34 public interface MouseWheelListener extends DWTEventListener { 34 public interface MouseWheelListener : DWTEventListener {
35 35
36 /** 36 /**
37 * Sent when the mouse wheel is scrolled. 37 * Sent when the mouse wheel is scrolled.
38 * 38 *
39 * @param e an event containing information about the mouse wheel action 39 * @param e an event containing information about the mouse wheel action