de.unikassel.android.sdcframework.devices.facade
Interface SensorDeviceFactory

Package class diagram package SensorDeviceFactory
All Known Implementing Classes:
SensorDeviceFactoryImpl

public interface SensorDeviceFactory

Interface for the sensor device factory


Method Summary
 SensorDevice createSensorDevice(SensorDeviceIdentifier deviceIdentifier, Context appContext)
          Sensor device creation
 

Method Detail

createSensorDevice

SensorDevice createSensorDevice(SensorDeviceIdentifier deviceIdentifier,
                                Context appContext)
Sensor device creation

Parameters:
deviceIdentifier - the sensor device identifier
appContext - the application context
Returns:
the created sensor device for the given identifier