home *** CD-ROM | disk | FTP | other *** search
- package java.beans.beancontext;
-
- import java.beans.PropertyChangeEvent;
- import java.beans.PropertyChangeListener;
-
- class BeanContextSupport$1 implements PropertyChangeListener {
- // $FF: synthetic field
- private final BeanContextSupport this$0;
-
- BeanContextSupport$1(BeanContextSupport var1) {
- this.this$0 = var1;
- }
-
- public void propertyChange(PropertyChangeEvent var1) {
- this.this$0.propertyChange(var1);
- }
- }
-