GooguRedo
Class GooguReader

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--GooguRedo.GooguReader
All Implemented Interfaces:
java.lang.Runnable

public class GooguReader
extends java.lang.Thread

The GooguReader is the Thread which is responsible for continually reading a file. Note that it does not actually contain any of the file information or its data, nor does it actually read or process data. It is simply a separate Thread which repeatedly calls a ViewLoader's Read() method.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
GooguReader(ViewLoader vl)
           
 
Method Summary
 void run()
           
 void SetFileReadSleepParams(int time, float factor)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GooguReader

public GooguReader(ViewLoader vl)
Method Detail

SetFileReadSleepParams

public final void SetFileReadSleepParams(int time,
                                         float factor)

run

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