org.android.activityminer.logic.devices
Class SampleGapErrorEvent

Package class diagram package SampleGapErrorEvent
java.lang.Object
  extended by org.android.activityminer.logic.devices.SampleGapErrorEvent
All Implemented Interfaces:
ObservableEvent

public class SampleGapErrorEvent
extends Object
implements ObservableEvent

Observable sample error event to notify too large gaps between the sensor updates received from android.


Field Summary
 long ts
          The time stamp the event occurred at.
 
Constructor Summary
SampleGapErrorEvent(long ts)
          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 the event occurred at.

Constructor Detail

SampleGapErrorEvent

public SampleGapErrorEvent(long ts)
Constructor

Parameters:
ts - the time stamp the event occurred at