Class Netmonitor.ThreadCoordinator

java.lang.Object
  extended byjava.lang.Thread
      extended byNetmonitor.ThreadCoordinator
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Netmonitor

class Netmonitor.ThreadCoordinator
extends java.lang.Thread


Field Summary
private  boolean allFinished
           
private  javax.swing.ImageIcon imageIcon
           
private  MapElement mapElement
           
private  java.util.Vector threadList
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Netmonitor.ThreadCoordinator()
           
Netmonitor.ThreadCoordinator(MapElement mapElement)
           
 
Method Summary
 void addImageIcon(javax.swing.ImageIcon imageIcon)
           
 void addThread(java.lang.Thread thread)
           
 void run()
           
 
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

allFinished

private boolean allFinished

mapElement

private MapElement mapElement

imageIcon

private javax.swing.ImageIcon imageIcon

threadList

private java.util.Vector threadList
Constructor Detail

Netmonitor.ThreadCoordinator

public Netmonitor.ThreadCoordinator(MapElement mapElement)

Netmonitor.ThreadCoordinator

public Netmonitor.ThreadCoordinator()
Method Detail

run

public void run()

addImageIcon

public void addImageIcon(javax.swing.ImageIcon imageIcon)

addThread

public void addThread(java.lang.Thread thread)