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 -
styleKey -
previousValue -