de.unikassel.android.sdcframework.devices
Class TagDeviceScanner

Package class diagram package TagDeviceScanner
java.lang.Object
  extended by de.unikassel.android.sdcframework.util.ObservableEventSourceImpl<Sample>
      extended by de.unikassel.android.sdcframework.devices.AbstractSensorDeviceScanner
          extended by de.unikassel.android.sdcframework.devices.ContentProviderDeviceScanner
              extended by de.unikassel.android.sdcframework.devices.TagDeviceScanner
All Implemented Interfaces:
SensorDeviceScanner, ObservableEventSource<Sample>, ObserverRegistration<Sample>

public class TagDeviceScanner
extends ContentProviderDeviceScanner

Implementation of the sensor device scanner for tags.


Constructor Summary
TagDeviceScanner(ContentResolver resolver)
          Constructor
 
Method Summary
protected  SampleData getSampleDataFromCursor(Cursor cursor)
          Method to extract concrete sample data at database cursor position
 
Methods inherited from class de.unikassel.android.sdcframework.devices.ContentProviderDeviceScanner
doDeleteGatheredData, doGatherSamples, doNotifyForSamples, getContentObserver, getContentResolver, getContentURI, isCompatibleDevice, onDestroy, start, stop
 
Methods inherited from class de.unikassel.android.sdcframework.devices.AbstractSensorDeviceScanner
enable, getDevice, isActive, isEnabled, setActive, setDevice
 
Methods inherited from class de.unikassel.android.sdcframework.util.ObservableEventSourceImpl
getObservers, hasObservers, notify, onObserverRegistration, onObserverUnregistration, registerEventObserver, removeAllObservers, unregisterEventObserver
 
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.ObservableEventSource
hasObservers, notify
 
Methods inherited from interface de.unikassel.android.sdcframework.util.facade.ObserverRegistration
registerEventObserver, removeAllObservers, unregisterEventObserver
 

Constructor Detail

TagDeviceScanner

public TagDeviceScanner(ContentResolver resolver)
Constructor

Parameters:
resolver - the content resolver
Method Detail

getSampleDataFromCursor

protected SampleData getSampleDataFromCursor(Cursor cursor)
Description copied from class: ContentProviderDeviceScanner
Method to extract concrete sample data at database cursor position

Specified by:
getSampleDataFromCursor in class ContentProviderDeviceScanner
Parameters:
cursor - the database cursor
Returns:
the extracted sample data