nao.event
Class SoundDetectedEvent

java.lang.Object
  extended by nao.event.NaoEvent
      extended by nao.event.SoundDetectedEvent

public class SoundDetectedEvent
extends NaoEvent


Field Summary
 SoundLocation soundLocation
           
 
Constructor Summary
SoundDetectedEvent(SoundLocation sound)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

soundLocation

public final SoundLocation soundLocation
Constructor Detail

SoundDetectedEvent

public SoundDetectedEvent(SoundLocation sound)