SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Progress Event

Reports the progress of the data transfer operation.

Syntax

public open class DefaultPop3clientEventListener : Pop3clientEventListener {
  ...
  public override fun progress(e: Pop3clientProgressEvent) {}
  ...
}

public class Pop3clientProgressEvent {
  val total: Long
  val current: Long
  var cancel: Boolean
}

Remarks

The component fires this event repeatedly to report the progress of the data transfer operation.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]