public interface IConfig
Modifier and Type | Field and Description |
---|---|
static int |
REQUIRED_CONFIG_VERSION
Bump this each time you want to invalidate the configuration
|
Modifier and Type | Method and Description |
---|---|
IAudioSection |
getAudioSection() |
IC1541Section |
getC1541Section() |
IEmulationSection |
getEmulationSection() |
List<? extends IFilterSection> |
getFilterSection() |
IPrinterSection |
getPrinterSection() |
ISidPlay2Section |
getSidplay2Section() |
static final int REQUIRED_CONFIG_VERSION
ISidPlay2Section getSidplay2Section()
IC1541Section getC1541Section()
IPrinterSection getPrinterSection()
IAudioSection getAudioSection()
IEmulationSection getEmulationSection()
List<? extends IFilterSection> getFilterSection()
Copyright © 2018 Ken Händel. All rights reserved.