public class LoadPersonsTask
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
LoadPersonsTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The run method will be called whenever the flow action will be called.
|