java.lang.Object | +----java.beans.PropertyChangeSupport
 public class PropertyChangeSupport
  
 extends Object
  
 implements Serializable
This is a utility class that can be used by beans that support bound properties. You can use an instance of this class as a member field of your bean and delegate various work to it.