public interface IProcessActions
| Modifier and Type | Method and Description |
|---|---|
void |
end(Object param)
Acciones de finalización del proceso
|
void |
interrupted()
El proceso comunica que ha sido interrumpido
|
void |
updateProgress(int current,
int total)
A process can report the progress of the task
|
void interrupted()
void end(Object param)
void updateProgress(int current,
int total)
current - total -