comparison dwt/events/FocusAdapter.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 FocusListener 25 * @see FocusListener
26 * @see FocusEvent 26 * @see FocusEvent
27 */ 27 */
28 public abstract class FocusAdapter implements FocusListener { 28 public abstract class FocusAdapter : FocusListener {
29 29
30 /** 30 /**
31 * Sent when a control gets focus. 31 * Sent when a control gets focus.
32 * The default behavior is to do nothing. 32 * The default behavior is to do nothing.
33 * 33 *