Class BugReportQueue.BugReportDisplayRunnable
- java.lang.Object
-
- org.openstreetmap.josm.tools.bugreport.BugReportQueue.BugReportDisplayRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- BugReportQueue
private final class BugReportQueue.BugReportDisplayRunnable extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private booleanrunning
-
Constructor Summary
Constructors Modifier Constructor Description privateBugReportDisplayRunnable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-
-
-
Field Detail
-
running
private volatile boolean running
-
-
Constructor Detail
-
BugReportDisplayRunnable
private BugReportDisplayRunnable()
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
-