comparison dwt/events/ExpandAdapter.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
25 * @see ExpandListener 25 * @see ExpandListener
26 * @see ExpandEvent 26 * @see ExpandEvent
27 * 27 *
28 * @since 3.2 28 * @since 3.2
29 */ 29 */
30 public abstract class ExpandAdapter implements ExpandListener { 30 public abstract class ExpandAdapter : ExpandListener {
31 31
32 /** 32 /**
33 * Sent when an item is collapsed. 33 * Sent when an item is collapsed.
34 * The default behavior is to do nothing. 34 * The default behavior is to do nothing.
35 * 35 *