comparison org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/PojoObservables.d @ 97:c86eb8b3098e

packageimport
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:18:25 +0200
parents b74ac5dfcc06
children 48d4ee626868
comparison
equal deleted inserted replaced
96:b74ac5dfcc06 97:c86eb8b3098e
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Matthew Hall - bug 221704 10 * Matthew Hall - bug 221704
11 *******************************************************************************/ 11 *******************************************************************************/
12 12
13 module org.eclipse.core.databinding.beans.PojoObservables; 13 module org.eclipse.core.databinding.beans.PojoObservables;
14 import org.eclipse.core.databinding.beans.BeansObservables;
14 15
15 import java.lang.all; 16 import java.lang.all;
16 17
17 import java.beans.PropertyChangeEvent; 18 import java.beans.PropertyChangeEvent;
18 import java.beans.PropertyDescriptor; 19 import java.beans.PropertyDescriptor;