Interface ComponentStyleListener

    • Method Detail

      • styleUpdated

        void styleUpdated​(Component component,
                          java.lang.String styleKey,
                          java.lang.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)