Searched refs:BeanContextMembershipListener (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextMembershipListener.java43 public interface BeanContextMembershipListener extends EventListener { interface in inherits:EventListener
H A DBeanContext.java49 * @see java.beans.beancontext.BeanContextMembershipListener
106 * Adds the specified <code>BeanContextMembershipListener</code>
111 * @param bcml the <code>BeanContextMembershipListener</code> to be added
113 void addBeanContextMembershipListener(BeanContextMembershipListener bcml);
116 * Removes the specified <code>BeanContextMembershipListener</code>
120 * @param bcml the <code>BeanContextMembershipListener</code>
123 void removeBeanContextMembershipListener(BeanContextMembershipListener bcml);
H A DBeanContextSupport.java618 * Adds a BeanContextMembershipListener
620 * @param bcml the BeanContextMembershipListener to add
624 public void addBeanContextMembershipListener(BeanContextMembershipListener bcml) {
636 * Removes a BeanContextMembershipListener
638 * @param bcml the BeanContextMembershipListener to remove
642 public void removeBeanContextMembershipListener(BeanContextMembershipListener bcml) {
1219 * Gets the BeanContextMembershipListener
1222 * @return the BeanContextMembershipListener (if any) of the specified child
1224 protected static final BeanContextMembershipListener getChildBeanContextMembershipListener(Object child) {
1226 return (BeanContextMembershipListener)chil
[all...]

Completed in 37 milliseconds