public abstract class AbstractThreadActivity<T> extends LifecycleActivity<T> implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected Thread |
thread |
name| Constructor and Description |
|---|
AbstractThreadActivity(String name) |
| Modifier and Type | Method and Description |
|---|---|
T |
halt() |
protected abstract void |
loop() |
void |
run() |
T |
shutdown() |
T |
start() |
checkActive, isActivenameCopyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.