Interface ObservableBean2

  • All Superinterfaces:
    ObservableBean
    All Known Subinterfaces:
    IActionBean
    All Known Implementing Classes:
    Bean

    public interface ObservableBean2
    extends ObservableBean
    In addition to its super interface ObservableBean, this interface describes the optional support for registering PropertyChangeListeners for an individual property name. This interface is primarily intended to ensure compile-time safety for beans that shall be observed.
    See Also:
    PropertyChangeListener, PropertyChangeEvent, PropertyChangeSupport