de.unikassel.android.sdcframework.devices
Class SampleReceivingDeviceScanner.ScanWorkerThread
java.lang.Object
java.lang.Thread
de.unikassel.android.sdcframework.util.AbstractWorkerThread
de.unikassel.android.sdcframework.devices.SampleReceivingDeviceScanner.ScanWorkerThread
- All Implemented Interfaces:
- WorkerThread, Runnable
- Enclosing class:
- SampleReceivingDeviceScanner
private final class SampleReceivingDeviceScanner.ScanWorkerThread
- extends AbstractWorkerThread
Inner class for a device polling worker thread
Method Summary |
protected void |
doCleanUp()
The clean up method executed on termination |
protected void |
doWork()
The working method executed in the running loop if started |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield |
SampleReceivingDeviceScanner.ScanWorkerThread
public SampleReceivingDeviceScanner.ScanWorkerThread()
- Constructor
doCleanUp
protected final void doCleanUp()
- Description copied from class:
AbstractWorkerThread
- The clean up method executed on termination
- Specified by:
doCleanUp
in class AbstractWorkerThread
doWork
protected final void doWork()
- Description copied from class:
AbstractWorkerThread
- The working method executed in the running loop if started
- Specified by:
doWork
in class AbstractWorkerThread