de.unikassel.android.sdcframework.devices
Class AudioDevice

Package class diagram package AudioDevice
java.lang.Object
  extended by de.unikassel.android.sdcframework.devices.AbstractSensorDevice
      extended by de.unikassel.android.sdcframework.devices.VirtualSensorDevice
          extended by de.unikassel.android.sdcframework.devices.AudioDevice
All Implemented Interfaces:
SensorDevice, VisitableDevice

public class AudioDevice
extends VirtualSensorDevice

Implementation of the virtual audio sensor device.


Constructor Summary
AudioDevice(Context applicationContext)
          Constructor
 
Method Summary
 
Methods inherited from class de.unikassel.android.sdcframework.devices.VirtualSensorDevice
doSignalDeviceNotEnabledInSystem, isDeviceInSystemEnabled, onConfigurationChanged
 
Methods inherited from class de.unikassel.android.sdcframework.devices.AbstractSensorDevice
accept, doHandleDeviceDisabledBySystem, doHandleDeviceEnabledBySystem, enableDeviceScanning, getConfiguration, getDeviceIdentifier, getScanner, isAirplaneModeOn, isDeviceScanningEnabled, onCreate, onDestroy, setDeviceIdentifier, setScanner, updateConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioDevice

public AudioDevice(Context applicationContext)
Constructor

Parameters:
applicationContext - the application context