Progress Event

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

Syntax

public open class DefaultRcpEventListener : RcpEventListener {
  ...
  public override fun progress(e: RcpProgressEvent) {}
  ...
}

public class RcpProgressEvent {
  val percentDone: Int
}

Remarks

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

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]