Progress Event

Fired whenever data is being transferred between the localhost and RemoteHost .

Syntax

public class DefaultRcpEventListener implements RcpEventListener {
  ...
  public void progress(RcpProgressEvent e) {}
  ...
}

public class RcpProgressEvent {
  public int percentDone;
}

Remarks

The 'PercentDone' parameter shows which portion of the file has already been transferred.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Android Edition - Version 20.0 [Build 8307]