public interface IProcessActions
Modifier and Type | Method and Description |
---|---|
void |
end(java.lang.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
|