de.unikassel.android.sdcframework.util
Class AbstractTimeProviderErrorStrategy

Package class diagram package AbstractTimeProviderErrorStrategy
java.lang.Object
  extended by de.unikassel.android.sdcframework.util.AbstractTimeProviderErrorStrategy
All Implemented Interfaces:
TimeProviderErrorStrategy
Direct Known Subclasses:
ShutdownStrategy, TimeProviderOutOfSyncIgnoreStrategy

public abstract class AbstractTimeProviderErrorStrategy
extends Object
implements TimeProviderErrorStrategy


Field Summary
private  TimeProviderErrorStrategyDescription description
          The unique description/identifier type of the strategy.
 
Constructor Summary
AbstractTimeProviderErrorStrategy(TimeProviderErrorStrategyDescription description)
          Constructor
 
Method Summary
 TimeProviderErrorStrategyDescription getDescription()
          Getter for the unique identifier/description type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.unikassel.android.sdcframework.util.facade.TimeProviderErrorStrategy
finalize, handleTimeErrorEvent, prepare
 

Field Detail

description

private final TimeProviderErrorStrategyDescription description
The unique description/identifier type of the strategy.

Constructor Detail

AbstractTimeProviderErrorStrategy

public AbstractTimeProviderErrorStrategy(TimeProviderErrorStrategyDescription description)
Constructor

Parameters:
description - the description type
Method Detail

getDescription

public TimeProviderErrorStrategyDescription getDescription()
Description copied from interface: TimeProviderErrorStrategy
Getter for the unique identifier/description type

Specified by:
getDescription in interface TimeProviderErrorStrategy
Returns:
the description type