SecureBlackbox 2020 Android Edition

Questions / Feedback?

Progress Event

Reports the progress of the data transfer operation.

Syntax

public class DefaultImapclientEventListener implements ImapclientEventListener {
  ...
  public void progress(ImapclientProgressEvent e) {}
  ...
}

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

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 Android Edition - Version 20.0 [Build 8156]