Class BaseSensorUnitTest
- java.lang.Object
-
- eu.h2020.helios_social.core.sensor.Sensor
-
- eu.h2020.helios_social.core.sensor.BaseSensorUnitTest
-
public class BaseSensorUnitTest extends Sensor
Base Sensor local unit tests- See Also:
Sensor,SensorValueListener
-
-
Constructor Summary
Constructors Constructor Description BaseSensorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsensorRegisterValueListener()voidsensorValueListener()voidstartUpdates()Starts receiving sensor data valuesvoidstopUpdates()Stops receiving sensor data values-
Methods inherited from class eu.h2020.helios_social.core.sensor.Sensor
finalize, getId, getSensorById, getValueListeners, receiveValue, registerValueListener, unregisterValueListener
-
-
-
-
Method Detail
-
sensorRegisterValueListener
public void sensorRegisterValueListener()
-
sensorValueListener
public void sensorValueListener()
-
startUpdates
public void startUpdates()
Description copied from class:SensorStarts receiving sensor data values- Specified by:
startUpdatesin classSensor
-
stopUpdates
public void stopUpdates()
Description copied from class:SensorStops receiving sensor data values- Specified by:
stopUpdatesin classSensor
-
-