nao.event
Class LandmarkDetectedEvent

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

public class LandmarkDetectedEvent
extends NaoEvent


Field Summary
 java.util.List<DetectedLandmarkInfo> landmarks
           
 
Constructor Summary
LandmarkDetectedEvent(java.util.List<DetectedLandmarkInfo> lm)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

landmarks

public final java.util.List<DetectedLandmarkInfo> landmarks
Constructor Detail

LandmarkDetectedEvent

public LandmarkDetectedEvent(java.util.List<DetectedLandmarkInfo> lm)