comparison dwt/events/MouseAdapter.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 MouseListener 26 * @see MouseListener
27 * @see MouseEvent 27 * @see MouseEvent
28 */ 28 */
29 public abstract class MouseAdapter implements MouseListener { 29 public abstract class MouseAdapter : MouseListener {
30 30
31 /** 31 /**
32 * Sent when a mouse button is pressed twice within the 32 * Sent when a mouse button is pressed twice within the
33 * (operating system specified) double click period. 33 * (operating system specified) double click period.
34 * The default behavior is to do nothing. 34 * The default behavior is to do nothing.