comparison dwt/events/ShellListener.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 5123b17c98ef
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
27 * </p> 27 * </p>
28 * 28 *
29 * @see ShellAdapter 29 * @see ShellAdapter
30 * @see ShellEvent 30 * @see ShellEvent
31 */ 31 */
32 public interface ShellListener extends DWTEventListener { 32 public interface ShellListener : DWTEventListener {
33 33
34 /** 34 /**
35 * Sent when a shell becomes the active window. 35 * Sent when a shell becomes the active window.
36 * 36 *
37 * @param e an event containing information about the activation 37 * @param e an event containing information about the activation