ikayaki
Class Project.ManualMove

java.lang.Object
  extended by ikayaki.Project.ManualMove
All Implemented Interfaces:
Runnable
Enclosing class:
Project

private class Project.ManualMove
extends Object
implements Runnable

Runs a manual move command. The project's state must be non-IDLE before starting this thread.


Field Summary
private  Project.ManualMovePosition pos
           
 
Constructor Summary
Project.ManualMove(Project.ManualMovePosition pos)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

private Project.ManualMovePosition pos
Constructor Detail

Project.ManualMove

public Project.ManualMove(Project.ManualMovePosition pos)
Method Detail

run

public void run()
Specified by:
run in interface Runnable