comparison dwt/events/MouseMoveListener.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
26 * mouse moves, the mouseMove method will be invoked. 26 * mouse moves, the mouseMove method will be invoked.
27 * </p> 27 * </p>
28 * 28 *
29 * @see MouseEvent 29 * @see MouseEvent
30 */ 30 */
31 public interface MouseMoveListener extends DWTEventListener { 31 public interface MouseMoveListener : DWTEventListener {
32 32
33 /** 33 /**
34 * Sent when the mouse moves. 34 * Sent when the mouse moves.
35 * 35 *
36 * @param e an event containing information about the mouse move 36 * @param e an event containing information about the mouse move