ikayaki
Class Project.ManualMove
java.lang.Object
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pos
private Project.ManualMovePosition pos
Project.ManualMove
public Project.ManualMove(Project.ManualMovePosition pos)
run
public void run()
- Specified by:
run
in interface Runnable