comparison dwt/events/TreeListener.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
28 * </p> 28 * </p>
29 * 29 *
30 * @see TreeAdapter 30 * @see TreeAdapter
31 * @see TreeEvent 31 * @see TreeEvent
32 */ 32 */
33 public interface TreeListener extends DWTEventListener { 33 public interface TreeListener : DWTEventListener {
34 34
35 /** 35 /**
36 * Sent when a tree branch is collapsed. 36 * Sent when a tree branch is collapsed.
37 * 37 *
38 * @param e an event containing information about the tree operation 38 * @param e an event containing information about the tree operation