
com.intellifylearning.sensor.Sensor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellisense Show documentation
Show all versions of intellisense Show documentation
IntelliSense Sensor API for Java
package com.intellifylearning.sensor;
import com.intellifylearning.metrics.Measurement;
/**
* @author pnayak
*
*/
public interface Sensor {
/**
* Activate this sensor
*/
void activate();
/**
* De-activate this sensor
*/
void deactivate();
Measurement newMeasurement();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy