public class ReprojectListener extends java.lang.Object implements java.awt.event.ActionListener, IProcessActions
| Constructor and Description |
|---|
ReprojectListener(FLayer lyr,
ReprojectionPanelDataModel dataModel,
ReprojectWindow window,
RasterReprojectionPanel reprojectPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
end(java.lang.Object params)
Acciones de finalización del proceso
|
void |
interrupted()
El proceso comunica que ha sido interrumpido
|
static void |
messageBoxError(java.lang.String msg)
Shows an error dialog with a text and a accept button
|
void |
updateProgress(int current,
int total)
A process can report the progress of the task
|
public ReprojectListener(FLayer lyr, ReprojectionPanelDataModel dataModel, ReprojectWindow window, RasterReprojectionPanel reprojectPanel)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic static void messageBoxError(java.lang.String msg)
msg - Message to show in the dialogparentWindow - Parent windowpublic void end(java.lang.Object params)
IProcessActionsend in interface IProcessActionspublic void interrupted()
IProcessActionsinterrupted in interface IProcessActionspublic void updateProgress(int current,
int total)
IProcessActionsupdateProgress in interface IProcessActions