de.unikassel.android.sdcframework.preferences.facade
Interface TimeProviderConfiguration

Package class diagram package TimeProviderConfiguration
All Superinterfaces:
Configuration, UpdatableConfiguration<TimeProviderConfiguration>
All Known Implementing Classes:
TimeProviderConfigurationImpl

public interface TimeProviderConfiguration
extends UpdatableConfiguration<TimeProviderConfiguration>

Interface for the configuration of an NTP time provider.


Method Summary
 TimeProviderErrorStrategyDescription getErrorStrategyDescription()
          Getter for the error strategy description
 List<String> getProviders()
          Getter for the NTP time provider list
 void update(TimeProviderConfigurationEntries config)
          Method to update the time provider configuration by configuration file entries.
 
Methods inherited from interface de.unikassel.android.sdcframework.preferences.facade.UpdatableConfiguration
update
 

Method Detail

getProviders

List<String> getProviders()
Getter for the NTP time provider list

Returns:
the NTP time provider list

getErrorStrategyDescription

TimeProviderErrorStrategyDescription getErrorStrategyDescription()
Getter for the error strategy description

Returns:
the error strategy description

update

void update(TimeProviderConfigurationEntries config)
Method to update the time provider configuration by configuration file entries.

Parameters:
config - the NTP time provider configuration entries