SettingsComponentListener
class SettingsComponentListener<S : Settings<S, T>, T : Scheme<T>>(component: SettingsComponent<S, T>) : SchemesPanel.Listener<T> (source)
A Listener that takes events occurring in a SchemesPanel and handles them in a SettingsComponent.
Consider this listener the glue between the schemes panel (the model) and the settings component (the view).