comparison dwt/events/MouseTrackAdapter.d @ 4:ab8b5765e3d1

fix implements
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:51:50 +0200
parents 380af2bdd8e5
children 5123b17c98ef
comparison
equal deleted inserted replaced
3:649b8e223d5a 4:ab8b5765e3d1
24 * </p> 24 * </p>
25 * 25 *
26 * @see MouseTrackListener 26 * @see MouseTrackListener
27 * @see MouseEvent 27 * @see MouseEvent
28 */ 28 */
29 public abstract class MouseTrackAdapter implements MouseTrackListener { 29 public abstract class MouseTrackAdapter : MouseTrackListener {
30 30
31 /** 31 /**
32 * Sent when the mouse pointer passes into the area of 32 * Sent when the mouse pointer passes into the area of
33 * the screen covered by a control. 33 * the screen covered by a control.
34 * The default behavior is to do nothing. 34 * The default behavior is to do nothing.