org.gvsig.raster.tools.app.reproject
Class ReprojectListener

java.lang.Object
  extended by org.gvsig.raster.tools.app.reproject.ReprojectListener
All Implemented Interfaces:
ActionListener, EventListener, IProcessActions

public class ReprojectListener
extends Object
implements ActionListener, IProcessActions

Actions for the reprojection panel

Author:
Nacho Brodin (nachobrodin@gmail.com)

Constructor Summary
ReprojectListener(FLayer lyr, ReprojectPanelDataModel dataModel, ReprojectWindow window, RasterReprojectPanel reprojectPanel)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void end(Object params)
           
 void interrupted()
           
static void messageBoxError(String msg)
          Shows an error dialog with a text and a accept button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReprojectListener

public ReprojectListener(FLayer lyr,
                         ReprojectPanelDataModel dataModel,
                         ReprojectWindow window,
                         RasterReprojectPanel reprojectPanel)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

messageBoxError

public static void messageBoxError(String msg)
Shows an error dialog with a text and a accept button

Parameters:
msg - Message to show in the dialog
parentWindow - Parent window

end

public void end(Object params)
Specified by:
end in interface IProcessActions

interrupted

public void interrupted()
Specified by:
interrupted in interface IProcessActions


Copyright © 2004-2013 gvSIG. All Rights Reserved.