org.multiverse.sensors
Interface Sensor

All Known Implementing Classes:
SimpleSensor

public interface Sensor

A Sensor is responsible for 'measuring' certain behavior.

Author:
Peter Veentjer

Method Summary
 java.lang.String getDescription()
          Returns a description of the sensor (so that is it measuring).
 

Method Detail

getDescription

java.lang.String getDescription()
Returns a description of the sensor (so that is it measuring).

Returns:
the description.


Copyright © 2008-2010 Multiverse. All Rights Reserved.