comparison dwt/events/ShellAdapter.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 ShellListener 25 * @see ShellListener
26 * @see ShellEvent 26 * @see ShellEvent
27 */ 27 */
28 public abstract class ShellAdapter implements ShellListener { 28 public abstract class ShellAdapter : ShellListener {
29 29
30 /** 30 /**
31 * Sent when a shell becomes the active window. 31 * Sent when a shell becomes the active window.
32 * The default behavior is to do nothing. 32 * The default behavior is to do nothing.
33 * 33 *