|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface SensorDeviceComposite
Interface for a composition of sensor devices.
| Method Summary | |
|---|---|
boolean |
addSensorDevice(SensorDevice device)
To add a device to the composite type |
Collection<SensorDevice> |
getDevices()
Getter for the sub devices |
VisitableDevice |
getSensorDevice(String identifier)
To get a specific device |
void |
removeSensorDevice(VisitableDevice device,
Context context)
To remove a device from the composite type |
| Methods inherited from interface de.unikassel.android.sdcframework.devices.facade.SensorDevice |
|---|
doHandleDeviceDisabledBySystem, doHandleDeviceEnabledBySystem, enableDeviceScanning, getConfiguration, getDeviceIdentifier, getScanner, isDeviceInSystemEnabled, isDeviceScanningEnabled, onCreate, onDestroy, setScanner, updateConfiguration |
| Methods inherited from interface de.unikassel.android.sdcframework.devices.facade.VisitableDevice |
|---|
accept |
| Method Detail |
|---|
Collection<SensorDevice> getDevices()
boolean addSensorDevice(SensorDevice device)
device - the device to add
void removeSensorDevice(VisitableDevice device,
Context context)
device - the device to removecontext - the application contextVisitableDevice getSensorDevice(String identifier)
identifier - the device identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||