/[classpath]/classpath/java/beans/beancontext/BeanContextChildSupport.java
ViewVC logotype

Diff of /classpath/java/beans/beancontext/BeanContextChildSupport.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mkoch, Sun Oct 12 15:29:25 2003 UTC revision 1.8 by mkoch, Thu Sep 30 14:50:51 2004 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.beans.beancontext;  package java.beans.beancontext;
40    
 import java.beans.PropertyChangeListener;  
 import java.beans.VetoableChangeListener;  
 import java.beans.PropertyVetoException;  
41  import java.beans.PropertyChangeEvent;  import java.beans.PropertyChangeEvent;
42    import java.beans.PropertyChangeListener;
43  import java.beans.PropertyChangeSupport;  import java.beans.PropertyChangeSupport;
44    import java.beans.PropertyVetoException;
45    import java.beans.VetoableChangeListener;
46  import java.beans.VetoableChangeSupport;  import java.beans.VetoableChangeSupport;
47  import java.io.Serializable;  import java.io.Serializable;
48    
# Line 59  import java.io.Serializable; Line 59  import java.io.Serializable;
59   * @since 1.2   * @since 1.2
60   * @see java.beans.beancontext.BeanContextChild   * @see java.beans.beancontext.BeanContextChild
61   */   */
   
62  public class BeanContextChildSupport  public class BeanContextChildSupport
63    implements BeanContextChild, BeanContextServicesListener, Serializable    implements BeanContextChild, BeanContextServicesListener, Serializable
64  {  {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26