roboplayer.sample
Class BallWatcher

java.lang.Object
  |
  +--roboplayer.sample.BallWatcher
All Implemented Interfaces:
TickListener

public class BallWatcher
extends java.lang.Object
implements TickListener

Author:
Klangner

Constructor Summary
BallWatcher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void onTick()
          Look at the ball.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallWatcher

public BallWatcher()
Method Detail

main

public static void main(java.lang.String[] args)

run

public void run()

onTick

public void onTick()
Look at the ball. If the player don't know where is ball then it will lokk around to find it

Specified by:
onTick in interface TickListener
See Also:
TickListener.onTick()