jdk/src/share/classes/java/beans/beancontext/BeanContextChild.java
changeset 19213 c360667a0da2
parent 5506 202f599c92aa
equal deleted inserted replaced
19212:80526b520497 19213:c360667a0da2
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    80      * A change in the value of the nesting BeanContext property of this
    80      * A change in the value of the nesting BeanContext property of this
    81      * BeanContextChild may be vetoed by throwing the appropriate exception.
    81      * BeanContextChild may be vetoed by throwing the appropriate exception.
    82      * </p>
    82      * </p>
    83      * @param bc The <code>BeanContext</code> with which
    83      * @param bc The <code>BeanContext</code> with which
    84      * to associate this <code>BeanContextChild</code>.
    84      * to associate this <code>BeanContextChild</code>.
    85      * @throws <code>PropertyVetoException</code> if the
    85      * @throws PropertyVetoException if the
    86      * addition of the specified <code>BeanContext</code> is refused.
    86      * addition of the specified <code>BeanContext</code> is refused.
    87      */
    87      */
    88     void setBeanContext(BeanContext bc) throws PropertyVetoException;
    88     void setBeanContext(BeanContext bc) throws PropertyVetoException;
    89 
    89 
    90     /**
    90     /**