nao.event
Class ToeTouchedEvent

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

public class ToeTouchedEvent
extends NaoEvent


Field Summary
 boolean left
           
 boolean right
           
 
Constructor Summary
ToeTouchedEvent(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

ToeTouchedEvent

public ToeTouchedEvent(boolean left,
                       boolean right)