bots
Class FaceFollower

java.lang.Object
  extended by bots.FaceFollower
All Implemented Interfaces:
IBot<PictureEvent>, java.util.EventListener, Listener<PictureEvent>

public class FaceFollower
extends java.lang.Object
implements IBot<PictureEvent>


Constructor Summary
FaceFollower()
           
 
Method Summary
 void event(PictureEvent e)
           
 java.lang.Boolean wants(java.util.EventObject e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceFollower

public FaceFollower()
Method Detail

wants

public java.lang.Boolean wants(java.util.EventObject e)
Specified by:
wants in interface Listener<PictureEvent>

event

public void event(PictureEvent e)
Specified by:
event in interface IBot<PictureEvent>
Specified by:
event in interface Listener<PictureEvent>