| Package | Description |
|---|---|
| com.codename1.util |
General utilities classes
|
| Modifier and Type | Method and Description |
|---|---|
void |
EasyThread.addErrorListener(EasyThread.ErrorListener err)
Adds a callback for error events, notice that this code isn't thread
safe and should be invoked synchronously.
|
static void |
EasyThread.addGlobalErrorListener(EasyThread.ErrorListener err)
Adds a callback for error events, notice that this code isn't thread
safe and should be invoked synchronously.
|
void |
EasyThread.removeErrorListener(EasyThread.ErrorListener err)
Removes a callback for error events, notice that this code isn't thread
safe and should be invoked synchronously.
|
static void |
EasyThread.removeGlobalErrorListener(EasyThread.ErrorListener err)
Removes a callback for error events, notice that this code isn't thread
safe and should be invoked synchronously.
|
Copyright © 2023. All rights reserved.