com.lowagie.tools

Class SwingWorker.ThreadVar

private static class SwingWorker.ThreadVar extends Object

Class to maintain reference to current worker thread under separate synchronization control.
Field Summary
Threadthread
Constructor Summary
ThreadVar(Thread t)
Method Summary
voidclear()
Threadget()

Field Detail

thread

private Thread thread

Constructor Detail

ThreadVar

ThreadVar(Thread t)

Method Detail

clear

void clear()

get

Thread get()