org.gvsig.raster.tasseledcap.app
Class ProcessEndActions
java.lang.Object
org.gvsig.raster.tasseledcap.app.ProcessEndActions
- All Implemented Interfaces:
- org.gvsig.raster.algorithm.process.IProcessActions
public class ProcessEndActions
- extends java.lang.Object
- implements org.gvsig.raster.algorithm.process.IProcessActions
Actions when the process finalizes or is interrupted
Nacho Brodin (nachobrodin@gmail.com)
|
Constructor Summary |
ProcessEndActions(org.gvsig.andami.ui.mdiManager.IWindow window,
org.gvsig.fmap.mapcontext.layers.FLayer lyr)
Constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessEndActions
public ProcessEndActions(org.gvsig.andami.ui.mdiManager.IWindow window,
org.gvsig.fmap.mapcontext.layers.FLayer lyr)
- Constructor
- Parameters:
window - lyr - The input layer is only used to select the view where the new layer be loaded
end
public void end(java.lang.Object param)
- Specified by:
end in interface org.gvsig.raster.algorithm.process.IProcessActions
interrupted
public void interrupted()
- Specified by:
interrupted in interface org.gvsig.raster.algorithm.process.IProcessActions
updateProgress
public void updateProgress(int current,
int total)
- Specified by:
updateProgress in interface org.gvsig.raster.algorithm.process.IProcessActions
Copyright © 2011-2014 gvSIG Association. All Rights Reserved.