org.android.activityminer.app.recording
Class GenericRecordingActivityForSensorObservations.SaveTimerTask

Package class diagram package GenericRecordingActivityForSensorObservations.SaveTimerTask
java.lang.Object
  extended by org.android.activityminer.app.recording.GenericRecordingActivityForSensorObservations.SaveTimerTask
All Implemented Interfaces:
Runnable
Enclosing class:
GenericRecordingActivityForSensorObservations<T extends Enum<T> & Dimensions>

private class GenericRecordingActivityForSensorObservations.SaveTimerTask
extends Object
implements Runnable

The save timer task.


Constructor Summary
private GenericRecordingActivityForSensorObservations.SaveTimerTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRecordingActivityForSensorObservations.SaveTimerTask

private GenericRecordingActivityForSensorObservations.SaveTimerTask()
Method Detail

run

public void run()
Specified by:
run in interface Runnable