public class ProcessEndActions
extends java.lang.Object
implements org.gvsig.raster.algorithm.process.IProcessActions
| Constructor and Description |
|---|
ProcessEndActions(org.gvsig.andami.ui.mdiManager.IWindow window,
org.gvsig.fmap.mapcontext.layers.FLayer lyr)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
end(java.lang.Object param) |
void |
interrupted() |
void |
updateProgress(int current,
int total) |
public ProcessEndActions(org.gvsig.andami.ui.mdiManager.IWindow window,
org.gvsig.fmap.mapcontext.layers.FLayer lyr)
window - lyr - The input layer is only used to select the view where the new layer be loadedpublic void end(java.lang.Object param)
end in interface org.gvsig.raster.algorithm.process.IProcessActionspublic void interrupted()
interrupted in interface org.gvsig.raster.algorithm.process.IProcessActionspublic void updateProgress(int current,
int total)
updateProgress in interface org.gvsig.raster.algorithm.process.IProcessActionsCopyright © 2011-2014 gvSIG Association. All Rights Reserved.