comparison dwt/events/ExpandListener.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
30 * @see ExpandAdapter 30 * @see ExpandAdapter
31 * @see ExpandEvent 31 * @see ExpandEvent
32 * 32 *
33 * @since 3.2 33 * @since 3.2
34 */ 34 */
35 public interface ExpandListener extends DWTEventListener { 35 public interface ExpandListener : DWTEventListener {
36 36
37 /** 37 /**
38 * Sent when an item is collapsed. 38 * Sent when an item is collapsed.
39 * 39 *
40 * @param e an event containing information about the operation 40 * @param e an event containing information about the operation