IPWorks Encrypt 2020 Java Edition

Questions / Feedback?

Status Event

Shows the progress of the operation.

Syntax

public class DefaultOpenpgpEventListener implements OpenpgpEventListener {
  ...
  public void status(OpenpgpStatusEvent e) {}
  ...
}

public class OpenpgpStatusEvent {
  public String message;
}

Remarks

The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.

The level of detail is controlled by the LogLevel setting.

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