public abstract class AbsRunnable extends Object implements Runnable
| Constructor and Description |
|---|
AbsRunnable() |
AbsRunnable(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
String |
getName() |
int |
getTaskId() |
String |
getTaskName() |
abstract void |
run() |
void |
setCancellable(IRunnable cancellable) |
public AbsRunnable()
public AbsRunnable(String name)
Copyright © 2018. All rights reserved.