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.


Method Index

 o pbSensorChanged(Sensor)
This method is called when a sensor's mode or type is changed.

Methods

 o 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