public interface LookAndFeelColorsListener
LookAndFeelColors
. Gets informed
when a color changes.Modifier and Type | Method and Description |
---|---|
void |
colorChanged(java.lang.String key)
Called when a single color changed.
|
void |
colorsChanged()
Called when an unspecified number of colors (maybe zero) changed.
|
void colorChanged(java.lang.String key)
key
- the key of the color that changed, one of the keys
specified in LookAndFeelColors
.void colorsChanged()