ConfigFileObserver
public final class ConfigFileObserver
Holds reference to ConsolidatedConfigFile and monitors it for changes to its restored
attribute. When it changes to
true, calls the closure which was given during construction.
-
Undocumented
Declaration
Swift
public let configFile: ConsolidatedConfigFile
-
Undocumented
Declaration
Swift
public private(set) var restored: Bool { get }
-
Undocumented
Declaration
Swift
public var soundFonts: LegacySoundFontCollection { get }
-
Undocumented
Declaration
Swift
public var favorites: LegacyFavoriteCollection { get }
-
Undocumented
Declaration
Swift
public var tags: LegacyTagCollection { get }
-
Undocumented
Declaration
Swift
public init(configFile: ConsolidatedConfigFile, closure: @escaping () -> Void)
-
Undocumented
Declaration
Swift
public func markChanged()