- All Implemented Interfaces:
Runnable
- Enclosing class:
PreviewDialog
private class PreviewDialog.ShowStatus
extends Object
implements Runnable
This class is used to show status in a thread safe way.
-
-
Constructor Summary
Constructors
Constructs ShowStatus thread
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
message
The message to display
-
Constructor Details
-
ShowStatus
public ShowStatus(String message)
Constructs ShowStatus thread
- Parameters:
message
- message to display
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable