| Package | Description |
|---|---|
| js.lang |
Common types and exceptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLooper
Base looper implementation takes care of looper thread life cycle.
|
| Modifier and Type | Field and Description |
|---|---|
private Looper |
LooperThread.looper
Looper instance to invoke repetitively.
|
| Constructor and Description |
|---|
LooperThread(Looper looper)
Create looper thread.
|
LooperThread(Looper looper,
int period)
Create looper thread with iteration period.
|
Copyright © 2018. All rights reserved.