com.lowagie.rups.model

Class BackgroundTask.ThreadWrapper

private static class BackgroundTask.ThreadWrapper extends Object

Inner class that holds the reference to the thread.
Field Summary
Threadthread
Constructor Summary
ThreadWrapper(Thread t)
Method Summary
voidclear()
Threadget()

Field Detail

thread

private Thread thread

Constructor Detail

ThreadWrapper

ThreadWrapper(Thread t)

Method Detail

clear

void clear()

get

Thread get()