comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/IObservableSet.d @ 97:c86eb8b3098e

packageimport
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:18:25 +0200
parents b74ac5dfcc06
children
comparison
equal deleted inserted replaced
96:b74ac5dfcc06 97:c86eb8b3098e
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.databinding.observable.set.IObservableSet; 12 module org.eclipse.core.databinding.observable.set.IObservableSet;
13 import org.eclipse.core.databinding.observable.set.ISetChangeListener;
13 14
14 import java.lang.all; 15 import java.lang.all;
15 16
16 import java.util.Collection; 17 import java.util.Collection;
17 import java.util.Iterator; 18 import java.util.Iterator;