de.jaetzold.art
Class AllSensorEventDescriptor

java.lang.Object
  |
  +--de.jaetzold.art.AllSensorEventDescriptor
All Implemented Interfaces:
SensorEventDescriptor

public class AllSensorEventDescriptor
extends Object
implements SensorEventDescriptor


Constructor Summary
AllSensorEventDescriptor()
           
 
Method Summary
 boolean describes(SensorEvent event)
          Tells whether the given SensorEvent is in the group described by this SensorEventDescriptor.
 boolean equals(Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllSensorEventDescriptor

public AllSensorEventDescriptor()
Method Detail

describes

public boolean describes(SensorEvent event)
Description copied from interface: SensorEventDescriptor
Tells whether the given SensorEvent is in the group described by this SensorEventDescriptor.
Specified by:
describes in interface SensorEventDescriptor

equals

public boolean equals(Object o)
Overrides:
equals in class Object