public abstract class ERXRunnable extends Object implements Runnable
ERXExecutorService.executorService().execute(myPlainOldRunnable);
Constructor and Description |
---|
ERXRunnable() |
Modifier and Type | Method and Description |
---|---|
abstract void |
_run()
Override _run to provide your Thread's implementation.
|
void |
run()
Do not override run like implementing Runnable
directly.
|
public void run()
public abstract void _run()
Copyright © 2002 – 2024 Project Wonder.