vxp
Interface SoundListener


public interface SoundListener

Author:
Dan O'Sullivan Describes how what methods to implement in order to hear back using the newSound method when the sound has past a threshold .

Method Summary
 void newSound(int _level)
           
 

Method Detail

newSound

public void newSound(int _level)