comparison org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ObservableTracker.d @ 81:383ce7bd736b

package imports
author Frank Benoit <benoit@tionex.de>
date Tue, 14 Apr 2009 11:41:56 +0200
parents 0a55d2d5a946
children 6be48cf9f95c
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 * Matthew Hall - Fix NPE, more detailed assert messages (bug 210115) 10 * Matthew Hall - Fix NPE, more detailed assert messages (bug 210115)
11 *******************************************************************************/ 11 *******************************************************************************/
12 module org.eclipse.core.databinding.observable.ObservableTracker; 12 module org.eclipse.core.databinding.observable.ObservableTracker;
13 import org.eclipse.core.databinding.observable.IChangeListener;
14 import org.eclipse.core.databinding.observable.IStaleListener;
15 import org.eclipse.core.databinding.observable.Realm;
16 import org.eclipse.core.databinding.observable.IObservable;
13 17
14 import java.lang.all; 18 import java.lang.all;
15 19
16 import java.util.HashSet; 20 import java.util.HashSet;
17 import java.util.Iterator; 21 import java.util.Iterator;