|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unikassel.android.sdcframework.devices.SensorDeviceFactoryImpl
public final class SensorDeviceFactoryImpl
Implementation of the sensor device factory, to be used by the
sensor device manager
to create the available
sensor devices.
SensorDeviceManagerImpl
Constructor Summary | |
---|---|
SensorDeviceFactoryImpl()
Constructor |
Method Summary | |
---|---|
SensorDevice |
createSensorDevice(SensorDeviceIdentifier deviceIdentifier,
Context applicationContext)
Sensor device creation |
private SensorDevice |
doCreateSensorDevice(SensorDeviceIdentifier deviceIdentifier,
Context applicationContext)
Internal device creation method |
private SensorDeviceScanner |
doCreateSensorDeviceScanner(SensorDeviceIdentifier deviceIdentifier,
Context applicationContext)
Internal sensor device scanner creation method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SensorDeviceFactoryImpl()
Method Detail |
---|
public SensorDevice createSensorDevice(SensorDeviceIdentifier deviceIdentifier, Context applicationContext)
SensorDeviceFactory
createSensorDevice
in interface SensorDeviceFactory
deviceIdentifier
- the sensor device identifierapplicationContext
- the application context
private SensorDevice doCreateSensorDevice(SensorDeviceIdentifier deviceIdentifier, Context applicationContext)
deviceIdentifier
- the device identifierapplicationContext
- the application context
private SensorDeviceScanner doCreateSensorDeviceScanner(SensorDeviceIdentifier deviceIdentifier, Context applicationContext)
deviceIdentifier
- the device identifierapplicationContext
- the application context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |