Uses of Interface
ch.aplu.android.nxt.SoundListener

Packages that use SoundListener
ch.aplu.android.nxt Package to use the Lego NXT robot in direct mode in Android applications. 
 

Uses of SoundListener in ch.aplu.android.nxt
 

Classes in ch.aplu.android.nxt that implement SoundListener
 class SoundAdapter
          Class with empty callback methods for the sound sensor.
 

Methods in ch.aplu.android.nxt with parameters of type SoundListener
 void SoundSensor.addSoundListener(SoundListener soundListener)
          Registers the given sound listener with default trigger level 50.
 void SoundSensor.addSoundListener(SoundListener soundListener, int triggerLevel)
          Registers the given sound listener for the given trigger level.