simnet
Class SimnetWindow.CommandQueueProcessor

java.lang.Object
  extended byjava.lang.Thread
      extended bysimnet.SimnetWindow.CommandQueueProcessor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SimnetWindow

class SimnetWindow.CommandQueueProcessor
extends java.lang.Thread

Inner class to run the set of queued commands.


Field Summary
private  java.lang.String command
          The current command being executed.
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SimnetWindow.CommandQueueProcessor()
          Create a new Command Queue Processor (just sets the thread's name).
 
Method Summary
 java.lang.String getCommand()
          Get the current command.
 void run()
          Run a series of commands.
 
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
 

Field Detail

command

private java.lang.String command
The current command being executed.

Constructor Detail

SimnetWindow.CommandQueueProcessor

public SimnetWindow.CommandQueueProcessor()
Create a new Command Queue Processor (just sets the thread's name).

Method Detail

getCommand

public java.lang.String getCommand()
Get the current command.


run

public void run()
Run a series of commands.