org.apache.pivot.wtk
Interface ComponentStyleListener


public interface ComponentStyleListener

Component style listener interface.


Method Summary
 void styleUpdated(Component component, String styleKey, Object previousValue)
          Called when a component style has been updated.
 

Method Detail

styleUpdated

void styleUpdated(Component component,
                  String styleKey,
                  Object previousValue)
Called when a component style has been updated.

Parameters:
component - Component the style belongs to
styleKey - The name of the style
previousValue - The previous value for this style
See Also:
Component.StyleDictionary.put(String, Object)