comparison org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/beans/ListenerSupport.d @ 96:b74ac5dfcc06

package to module and java.lang.all import
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:03:33 +0200
parents 6208d4f6a277
children c86eb8b3098e
comparison
equal deleted inserted replaced
95:6208d4f6a277 96:b74ac5dfcc06
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Matthew Hall - bug 118516 10 * Matthew Hall - bug 118516
11 *******************************************************************************/ 11 *******************************************************************************/
12 package org.eclipse.core.internal.databinding.beans; 12 module org.eclipse.core.internal.databinding.beans.ListenerSupport;
13
14 import java.lang.all;
13 15
14 import java.beans.PropertyChangeEvent; 16 import java.beans.PropertyChangeEvent;
15 import java.beans.PropertyChangeListener; 17 import java.beans.PropertyChangeListener;
16 import java.lang.reflect.InvocationTargetException; 18 import java.lang.reflect.InvocationTargetException;
17 import java.lang.reflect.Method; 19 import java.lang.reflect.Method;