comparison org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/tree/ITreeChangeListener.d @ 81:383ce7bd736b

package imports
author Frank Benoit <benoit@tionex.de>
date Tue, 14 Apr 2009 11:41:56 +0200
parents 0a55d2d5a946
children
comparison
equal deleted inserted replaced
80:e296c4ee94ac 81:383ce7bd736b
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/ 10 *******************************************************************************/
11 11
12 module org.eclipse.core.internal.databinding.observable.tree.ITreeChangeListener; 12 module org.eclipse.core.internal.databinding.observable.tree.ITreeChangeListener;
13 import org.eclipse.core.internal.databinding.observable.tree.TreeChangeEvent;
13 14
14 import java.lang.all; 15 import java.lang.all;
15 16
16 /** 17 /**
17 * @since 3.3 18 * @since 3.3