com.yospace.yae.util
Interface PropertyChangeListener

All Known Implementing Classes:
Dashboard, PropertyChangeSupport, SimpleDashBar, SimpleDashboard, YogiDropDownMenu, YogiMenu, YogiScrollContentPane, YogiScrollPane, YogiSpin, YogiTabbedPane

public interface PropertyChangeListener

This interface must be implemented by all Classes that wish to be set as listeners for property changes of components.


Method Summary
 void propertyChanged(java.lang.Object source, int propertyCode)
          Notification that the property with the code propertyCode of the source Object has changed.
 

Method Detail

propertyChanged

public void propertyChanged(java.lang.Object source,
                            int propertyCode)
Notification that the property with the code propertyCode of the source Object has changed.
Parameters:
source - the source Object.
properyCode - an integer representing the property that has changed.

Copyright 2002 Yospace Holdings Ltd. All Rights Reserved.