All Packages Class Hierarchy This Package Previous Next Index
Interface pbsim.SensorListener
- public abstract interface SensorListener
This interface is used by the simulator to inform the client
when the simulated PBrick changes a sensor's mode or type.
-
pbSensorChanged(Sensor)
- This method is called when a sensor's mode or type is
changed.
pbSensorChanged
public abstract void pbSensorChanged(pbsim.Sensor sensor)
- This method is called when a sensor's mode or type is
changed.
- Parameters:
- sensor - the sensor that has been changed
All Packages Class Hierarchy This Package Previous Next Index