GenericConfigurationManager Protocol Reference
Conforms to | ConfigurationHashContainer ConfigurationProcessor |
---|---|
Declared in | ConfigurationCommon.h |
– addDelegate:
required method
Adds delegate if it’s not already present.
- (void)addDelegate:(id<ConfigurationDelegate>)delegate
Discussion
Adds delegate if it’s not already present.
Declared In
ConfigurationCommon.h
– removeDelegate:
required method
Removes delegate if it’s present.
- (void)removeDelegate:(id<ConfigurationDelegate>)delegate
Discussion
Removes delegate if it’s present.
Declared In
ConfigurationCommon.h
– setConfigurationStorage:
required method
Provide storage object which is able to persist encoded configuration data.
- (void)setConfigurationStorage:(id<ConfigurationStorage>)storage
Parameters
storage |
Object which will save and load configuration data |
---|
Discussion
Provide storage object which is able to persist encoded configuration data.
Declared In
ConfigurationCommon.h