comparison dwt/events/ControlAdapter.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
23 * </p> 23 * </p>
24 * 24 *
25 * @see ControlListener 25 * @see ControlListener
26 * @see ControlEvent 26 * @see ControlEvent
27 */ 27 */
28 public abstract class ControlAdapter implements ControlListener { 28 public abstract class ControlAdapter : ControlListener {
29 29
30 /** 30 /**
31 * Sent when the location (x, y) of a control changes relative 31 * Sent when the location (x, y) of a control changes relative
32 * to its parent (or relative to the display, for <code>Shell</code>s). 32 * to its parent (or relative to the display, for <code>Shell</code>s).
33 * The default behavior is to do nothing. 33 * The default behavior is to do nothing.