Class AbstractMode.SemiautomaticThread
- java.lang.Object
-
- java.lang.Thread
-
- org.openstreetmap.josm.plugins.streetside.mode.AbstractMode.SemiautomaticThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AbstractMode
private static class AbstractMode.SemiautomaticThread extends java.lang.Thread
-
-
Field Summary
Fields Modifier and Type Field Description private longlastDownloadIf in semiautomatic mode, the last Epoch time when there was a downloadprivate booleanmoved
-
Constructor Summary
Constructors Modifier Constructor Description privateSemiautomaticThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmoved()voidrun()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
lastDownload
private long lastDownload
If in semiautomatic mode, the last Epoch time when there was a download
-
moved
private boolean moved
-
-
Constructor Detail
-
SemiautomaticThread
private SemiautomaticThread()
-
-