Uses of Interface
de.unikassel.android.sdcframework.util.facade.TimeProviderErrorStrategy

Packages that use TimeProviderErrorStrategy
de.unikassel.android.sdcframework.service Does contain the service management related classes. 
de.unikassel.android.sdcframework.util Does contain utility classes and interfaces. 
 

Uses of TimeProviderErrorStrategy in de.unikassel.android.sdcframework.service
 

Classes in de.unikassel.android.sdcframework.service that implement TimeProviderErrorStrategy
 class ShutdownStrategy
          Simple shutdown strategy in case of time provider synchronization errors.
 class TimeProviderOutOfSyncIgnoreStrategy
          Simple ignore strategy in case of time provider synchronization errors.
 

Fields in de.unikassel.android.sdcframework.service declared as TimeProviderErrorStrategy
private  TimeProviderErrorStrategy ServiceManagerImpl.timeErrorStrategy
          The time provider error strategy.
 

Methods in de.unikassel.android.sdcframework.service that return TimeProviderErrorStrategy
static TimeProviderErrorStrategy TimeProviderErrorStrategyBuilder.buildStrategy(TimeProviderErrorStrategyDescription type, ServiceManager manager)
          Does create a strategy instance by type qualifier.
 

Uses of TimeProviderErrorStrategy in de.unikassel.android.sdcframework.util
 

Classes in de.unikassel.android.sdcframework.util that implement TimeProviderErrorStrategy
 class AbstractTimeProviderErrorStrategy