9596979899100101102103104105
// Attach the new proxy. ((InternalProxy) newProxy).attach(this); property2Proxies.put(descriptor, newProxy); fireEvent(new BeanPropertyChangedEvent(this, property, oldProxy, newProxy, true)); } return oldProxy; }