SecureBlackbox 2020 Android Edition

Questions / Feedback?

ListEntry Event

Reports a directory listing entry to the application.

Syntax

public class DefaultSftpclientEventListener implements SftpclientEventListener {
  ...
  public void listEntry(SftpclientListEntryEvent e) {}
  ...
}

public class SftpclientListEntryEvent {
  public String filename;
}

Remarks

The component fires this event to report a directory listing entry to the application. FileName contains the entry name.

Use CurrentListEntry to access the details of the entry.

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