nao.event
Class NaoEvent

java.lang.Object
  extended by nao.event.NaoEvent
Direct Known Subclasses:
BallDetectedEvent, FaceDetectedEvent, HandTouchedEvent, HeadTouchedEvent, LandmarkDetectedEvent, ObjectDetectedEvent, SoundDetectedEvent, SpeechRecognisedEvent, ToeTouchedEvent

public abstract class NaoEvent
extends java.lang.Object

Subclasses of NaoEvent are raised by BasicNao.


Constructor Summary
NaoEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaoEvent

public NaoEvent()