public class MainDialogActions extends java.lang.Object implements IProcessActions
| Constructor and Description |
|---|
MainDialogActions(BandSelectorPanel panel,
java.lang.String file,
java.lang.String folder) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildOneLayer() |
void |
end(java.lang.Object param)
Acciones de finalización del proceso
|
void |
interrupted()
El proceso comunica que ha sido interrumpido
|
void |
loadLayer() |
void |
updateProgress(int current,
int total)
A process can report the progress of the task
|
public MainDialogActions(BandSelectorPanel panel, java.lang.String file, java.lang.String folder)
panel - file - folder - public void buildOneLayer()
public void loadLayer()
public void interrupted()
IProcessActionsinterrupted in interface IProcessActionspublic void end(java.lang.Object param)
IProcessActionsend in interface IProcessActionspublic void updateProgress(int current,
int total)
IProcessActionsupdateProgress in interface IProcessActions