SORTIE Java Interface  1
Public Member Functions | Private Attributes | List of all members
sortie.parfile.SwingWorker.ThreadVar Class Reference

Class to maintain reference to current worker thread under separate synchronization control. More...

Public Member Functions

void sleep (long millis) throws java.lang.InterruptedException
 Sleeps the thread. More...
 
void threadWait () throws java.lang.InterruptedException
 Waits the thread. More...
 

Private Attributes

Thread thread
 Worker thread. More...
 

Detailed Description

Class to maintain reference to current worker thread under separate synchronization control.

12-8-2004 (LEM) - made this protected so I could have access to it in the children

Member Function Documentation

◆ sleep()

void sortie.parfile.SwingWorker.ThreadVar.sleep ( long  millis) throws java.lang.InterruptedException

Sleeps the thread.

Parameters
millisHow long to sleep the thread.
Exceptions
InterruptedExceptionif the thread cannot be slept Created 12-8-2004 (LEM)

◆ threadWait()

void sortie.parfile.SwingWorker.ThreadVar.threadWait ( ) throws java.lang.InterruptedException

Waits the thread.

Exceptions
InterruptedExceptionif the thread cannot wait

Member Data Documentation

◆ thread

Thread sortie.parfile.SwingWorker.ThreadVar.thread
private

Worker thread.


The documentation for this class was generated from the following file: