SecureBlackbox 2020 Java Edition

Questions / Feedback?

Progress Event

Reports the progress of the data transfer operation.

Syntax

public class DefaultPop3clientEventListener implements Pop3clientEventListener {
  ...
  public void progress(Pop3clientProgressEvent e) {}
  ...
}

public class Pop3clientProgressEvent {
  public long total;
  public long current;
  public boolean cancel;
}

Remarks

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

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