IPWorks SSH 2020 Android Edition

Questions / Feedback?

SSHStatus Event

Shows the progress of the secure connection.

Syntax

public class DefaultSshclientEventListener implements SshclientEventListener {
  ...
  public void SSHStatus(SshclientSSHStatusEvent e) {}
  ...
}

public class SshclientSSHStatusEvent {
  public String message;
}

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Android Edition - Version 20.0 [Build 8501]