SettingsComponentListener  
            class SettingsComponentListener<S : Settings<S, T>, T : Scheme<T>>(component: SettingsComponent<S, T>) : SchemesPanel.Listener<T> 
Content copied to clipboard
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).
Parameters
S
the type of settings to manage
T
the type of scheme to manage
component
the settings component in which the changes should be reflected
Constructors
SettingsComponentListener
                          
                    
                  Link copied to clipboard
                        Functions
onCurrentSchemeHasChanged
                          
                    
                  Link copied to clipboard
                        onCurrentSchemeWillChange
                          
                    
                  Link copied to clipboard
                        Sources
jvm source
                          
                    
                  Link copied to clipboard