| Constructor and Description |
|---|
DaJLabModule() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
codeThread()
Method called when the module is running.
|
boolean |
isRunning() |
Thread |
launch()
Launch the module.
|
abstract void |
onLaunch()
Method called when the module is launched (just before starting the
thread).
|
abstract void |
onStop()
Method called on stop (just before stopping the module).
|
void |
run() |
void |
stop()
Stop the module.
|
public abstract void codeThread()
public final Thread launch()
public abstract void onLaunch()
public final void stop()
public abstract void onStop()
public boolean isRunning()
Copyright © 2018. All rights reserved.