org.starhope.appius.user
Class PathFinder.ContinuePathRunner

java.lang.Object
  extended by org.starhope.appius.user.PathFinder.ContinuePathRunner
All Implemented Interfaces:
Runnable
Enclosing class:
PathFinder

public class PathFinder.ContinuePathRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  Coord3D target
          Where are we going?
 
Constructor Summary
PathFinder.ContinuePathRunner(Coord3D until)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

private final Coord3D target
Where are we going?

Constructor Detail

PathFinder.ContinuePathRunner

public PathFinder.ContinuePathRunner(Coord3D until)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
until - the place we want to eventually reach
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()