com.sas.beans
Class PropertyChangeCommandAdaptor

com.sas.beans.PropertyChangeCommandAdaptor
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener

public class PropertyChangeCommandAdaptor
implements java.beans.PropertyChangeListener, java.io.Serializable

PropertyChangeCommandAdaptor is a PropertyChangeListener which executes a command when a PropertyChangeEvent is received from any components it is added as a listener to.

See Also:
Serialized Form

Field Summary
protected  com.sas.util.SimpleCommand command
           
 
Constructor Summary
PropertyChangeCommandAdaptor(com.sas.util.SimpleCommand command)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 

Field Detail

command

protected com.sas.util.SimpleCommand command
Constructor Detail

PropertyChangeCommandAdaptor

public PropertyChangeCommandAdaptor(com.sas.util.SimpleCommand command)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener



Copyright © 2009 SAS Institute Inc. All Rights Reserved.