com.iparelan.util.beans
Interface PropertyChangeSupportFactory


@Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.")
public interface PropertyChangeSupportFactory

Specifies the interface for a factory of PropertyChangeSupport instances.

Version:
June 2008
Author:
Greg Mattes

Method Summary
 PropertyChangeSupport newPropertyChangeSupport(Object sourceBean)
          Produces a new PropertyChangeSupport for the specified source bean.
 

Method Detail

newPropertyChangeSupport

PropertyChangeSupport newPropertyChangeSupport(Object sourceBean)
Produces a new PropertyChangeSupport for the specified source bean.

Parameters:
sourceBean - The JavaBean that produces PropertyChangeEvents. May not be null.
Returns:
a new PropertyChangeSupport for the specified source bean. Never null.


Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.