SecureBlackbox Lite 2020 Android Edition

Questions / Feedback?

ListEntry Event

Passes the next directory listing entry to the application.

Syntax

public class DefaultWebdavclientEventListener implements WebdavclientEventListener {
  ...
  public void listEntry(WebdavclientListEntryEvent e) {}
  ...
}

public class WebdavclientListEntryEvent {
  public String filename;
}

Remarks

The component fires this event repeatedly to pass the whole list of directory entries received in response to a ListDir call to the application. For each entry, FileName contains the received directory entry name, and CurrentListEntry populates all the details.

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