PropertyChangeSupport

Class PropertyChangeSupport

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SwingPropertyChangeSupport
public class PropertyChangeSupport
extends Object
implements Serializable

This is a utility class that can be used by beans that support bound properties. It manages a list of listeners and dispatches PropertyChangeEvents to them. You can use an instance of this class as a member field of your bean and delegate these types of work to it. The 登录查看完整内容