28293031323334
*/ public class BoundProperties extends AbstractProperties { public final PropertyChangeSupport s; public BoundProperties(Object sourceBean) { this(new PropertyChangeSupport(sourceBean)); }