|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.") public interface PropertyChangeSupportFactory
Specifies the interface for a factory of PropertyChangeSupport instances.
| Method Summary | |
|---|---|
PropertyChangeSupport |
newPropertyChangeSupport(Object sourceBean)
Produces a new PropertyChangeSupport
for the specified source bean. |
| Method Detail |
|---|
PropertyChangeSupport newPropertyChangeSupport(Object sourceBean)
PropertyChangeSupport
for the specified source bean.
sourceBean - The JavaBean that produces PropertyChangeEvents. May not be null.
PropertyChangeSupport for the specified source
bean. Never null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||