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
RB_KEY
public static final java.lang.String RB_KEY
See Also: Constant Field Values
PropertyChangeListenerSupport
public PropertyChangeListenerSupport ()
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.