robot3
Class LNPManager.WakeupThread

java.lang.Object
  |
  +--robot3.LNPManager.WakeupThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
LNPManager

private class LNPManager.WakeupThread
extends java.lang.Object
implements java.lang.Runnable

This class keeps the tower awake by sending a 0 every 4th second.


Field Summary
private  boolean goOn
           
private  java.io.OutputStream out
           
 
Constructor Summary
LNPManager.WakeupThread(java.io.OutputStream out)
           
 
Method Summary
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

private java.io.OutputStream out

goOn

private boolean goOn
Constructor Detail

LNPManager.WakeupThread

public LNPManager.WakeupThread(java.io.OutputStream out)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

stop

public void stop()