com.sas
Class PropertyChangeListenerSupport

com.sas.PropertyChangeListenerSupport

public class PropertyChangeListenerSupport

PropertyChangeListenerSupport provides a default implementation for the java.beans.PropertyChangeListener interface. It contains static methods which are be called from PropertyChangeListenerImpl.ji.

See Also:
PropertyChangeListener

Field Summary
static java.lang.String RB_KEY
           
 
Constructor Summary
PropertyChangeListenerSupport()
           
 
Method Summary
protected static java.lang.String getExceptionMessage(ComponentInterface componentInstance, java.lang.String method)
           
static void propertyChange(ComponentInterface componentInstance, com.sas.beans.PropertyChangeEvent e)
           
 

Field Detail

RB_KEY

public static final java.lang.String RB_KEY
See Also:
Constant Field Values
Constructor Detail

PropertyChangeListenerSupport

public PropertyChangeListenerSupport()
Method Detail

propertyChange

public static void propertyChange(ComponentInterface componentInstance,
                                  com.sas.beans.PropertyChangeEvent e)
Parameters:
componentInstance - The component on which propertyChange was called on.
e - The paramerter to PropertyChangeListener.propertyChange().
See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)

getExceptionMessage

protected static java.lang.String getExceptionMessage(ComponentInterface componentInstance,
                                                      java.lang.String method)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.