public class MainDialogActions extends Object implements IProcessActions
| Constructor and Description |
|---|
MainDialogActions(BandSelectorPanel panel,
String file,
String folder) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildOneLayer() |
void |
end(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, String file, String folder)
panel - file - folder - public void buildOneLayer()
public void loadLayer()
public void interrupted()
IProcessActionsinterrupted in interface IProcessActionspublic void end(Object param)
IProcessActionsend in interface IProcessActionspublic void updateProgress(int current,
int total)
IProcessActionsupdateProgress in interface IProcessActions