fr.ifremer.isisfish.simulator.launcher
Class SSHSimulatorLauncher.ControlProgressMonitor

java.lang.Object
  extended by fr.ifremer.isisfish.util.ssh.ProgressMonitor
      extended by fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.ControlProgressMonitor
Enclosing class:
SSHSimulatorLauncher

protected static class SSHSimulatorLauncher.ControlProgressMonitor
extends ProgressMonitor

Redefine a custom progress monitor that update control.


Field Summary
protected  SimulationControl control
          Control to update.
 
Fields inherited from class fr.ifremer.isisfish.util.ssh.ProgressMonitor
initFileSize, totalLength
 
Constructor Summary
SSHSimulatorLauncher.ControlProgressMonitor(SimulationControl control)
          Constructor with control.
 
Method Summary
 void count(long len)
           
 void end()
           
 void init(long max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

control

protected SimulationControl control
Control to update.

Constructor Detail

SSHSimulatorLauncher.ControlProgressMonitor

public SSHSimulatorLauncher.ControlProgressMonitor(SimulationControl control)
Constructor with control.

Parameters:
control - control
Method Detail

init

public void init(long max)
Overrides:
init in class ProgressMonitor

count

public void count(long len)
Overrides:
count in class ProgressMonitor

end

public void end()
Overrides:
end in class ProgressMonitor


Copyright © 1999-2012 CodeLutin. All Rights Reserved.