org.android.activityminer.logic.timeseries
Interface TimerTask

Package class diagram package TimerTask
All Superinterfaces:
ActivatableComponent, Runnable
All Known Implementing Classes:
SensorObservationTask

public interface TimerTask
extends ActivatableComponent, Runnable

Interface for the timer task used by the observable sensor observation tasks.

See Also:
AbstractObservableSensorScanner

Method Summary
 long getFrequency()
          Getter for the frequency
 
Methods inherited from interface org.android.activityminer.logic.util.ActivatableComponent
isActive, setActivationState
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getFrequency

long getFrequency()
Getter for the frequency

Returns:
the frequency