Uses of Interface
ecmwf.common.technical.ProgressHandler
Packages that use ProgressHandler
-
Uses of ProgressHandler in ecmwf.common.ectrans
Constructors in ecmwf.common.ectrans with parameters of type ProgressHandlerModifierConstructorDescriptionECtransPut
(String target, Object ticket, long posn, long size, boolean toFilter, ProgressHandler handler) Instantiates a new ectrans put. -
Uses of ProgressHandler in ecmwf.common.technical
Methods in ecmwf.common.technical with parameters of type ProgressHandlerModifier and TypeMethodDescriptionint
TransferManager.waitFor
(String acknowledgement, ProgressHandler handler) Start the external process and tries to get the progress in percentage from the output (ending by "XX.XX%", e.g.Constructors in ecmwf.common.technical with parameters of type ProgressHandlerModifierConstructorDescriptionMonitoredInputStream
(InputStream in, long delta, ProgressHandler handler) Instantiates a new monitored input stream.MonitoredOutputStream
(OutputStream out, ProgressHandler handler) Instantiates a new monitored output stream.