Class: LooperThread
This page documents the methods and fields available in the LooperThread class.
Members
| Signature | Description |
|---|---|
LooperThread() | Creates a new instance of LooperThread. |
execute(java.lang.Runnable) | Performs the execute operation using the provided parameters (runnable). |
run() | Performs the run operation. |
start() | Performs the start operation. |
stop() | Performs the stop operation. |