@FunctionalInterface
public interface UISettingsListener
extends java.util.EventListener
UISettings changes.
NOTE: The main UISettings instance pushes its events down
the UI components hierarchy so there's no need to add a JComponent as a listener.UISettings#fireUISettingsChanged(),
ComponentTreeEventDispatcher| Modifier and Type | Field and Description |
|---|---|
static Topic<UISettingsListener> |
TOPIC |
| Modifier and Type | Method and Description |
|---|---|
void |
uiSettingsChanged(UISettings uiSettings) |
static final Topic<UISettingsListener> TOPIC