nao.event
Class HandTouchedEvent

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

public class HandTouchedEvent
extends NaoEvent


Field Summary
 boolean left
           
 boolean right
           
 
Constructor Summary
HandTouchedEvent(boolean left, boolean right)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public final boolean left

right

public final boolean right
Constructor Detail

HandTouchedEvent

public HandTouchedEvent(boolean left,
                        boolean right)