de.jaetzold.art.platform
Interface CountSensorPeer

All Superinterfaces:
SensorPeer, StateSensorPeer
All Known Subinterfaces:
AngleSensorPeer
All Known Implementing Classes:
Mindstorms.MSCountSensorPeer

public interface CountSensorPeer
extends StateSensorPeer

This interface just defines that the peer delivers a value which should be interpreted as a count-value.


Method Summary
 void setCount(double count)
          The point from which to count can be set with this method.
 
Methods inherited from interface de.jaetzold.art.platform.SensorPeer
addPropertyChangeListener, disableEvent, enableEvent, getDeliversFloatingPoint, getPrecision, getValue, isConnected, processEvent, removePropertyChangeListener, update
 

Method Detail

setCount

public void setCount(double count)
The point from which to count can be set with this method. It could be seen as some kind of calibration.