de.unikassel.android.sdcframework.util
Class TimeInformation

Package class diagram package TimeInformation
java.lang.Object
  extended by de.unikassel.android.sdcframework.util.TimeInformation

public class TimeInformation
extends Object

Class for internal time informqation.


Field Summary
 boolean synced
          Flag if the time stamp was taken while time provider was in sync with NTP time.
 long ts
          The time stamp.
 
Constructor Summary
TimeInformation(long ts, boolean synced)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ts

public final long ts
The time stamp.


synced

public final boolean synced
Flag if the time stamp was taken while time provider was in sync with NTP time.

Constructor Detail

TimeInformation

public TimeInformation(long ts,
                       boolean synced)
Constructor

Parameters:
ts - the time stamp
synced - the synchronization state