Class AbstractBean

java.lang.Object
org.jdesktop.application.AbstractBean
Direct Known Subclasses:
ActionManager, Application, ApplicationContext, LocalStorage, ResourceManager, Task.InputBlocker, TaskMonitor, TaskService, View

public class AbstractBean extends Object
An encapsulation of the PropertyChangeSupport methods based on java.beans.PropertyChangeSupport. PropertyChangeListeners are fired on the event dispatching thread.

Note: this class is only public because the so-called "fix" for javadoc bug 4780441 still fails to correctly document public methods inherited from a package private class.