com.meyling.principia.module
Class ModuleContext.PeekTextInput

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.meyling.principia.module.ModuleContext.PeekTextInput
All Implemented Interfaces:
Runnable
Enclosing class:
ModuleContext

private static class ModuleContext.PeekTextInput
extends Thread

This thread watches the reading process of a TextInput object. After creating a PeekTextInput instance and starting the thread by calling the start-Method, an object to watch could be set by calling setInput. It logs the reading position after 10 seconds on log level 1 (if there is a TextInput object.


Fields inherited from class java.lang.Thread
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getContextClassLoader, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, registerNatives, resume, resume0, setContextClassLoader, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait