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() |
protected void |
onError(Exception e) |
void |
run() |
T |
shutdown() |
T |
start() |
checkActive, isActivenameprotected final Thread thread
public AbstractThreadActivity(String name)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.