Package com.io7m.jwheatsheaf.ui.internal
Interface JWFileListingRetrieverType
- All Known Subinterfaces:
JWFileSourceEntryType
- All Known Implementing Classes:
JWFileSourceEntryFilesystemRoot
,JWFileSourceEntryRecentItems
public interface JWFileListingRetrieverType
A function that, on evaluation, returns a list of file items.
-
Method Summary
Modifier and Type Method Description java.util.List<JWFileItem>
onFileItemsRequested()
-
Method Details
-
onFileItemsRequested
- Returns:
- The file items
- Throws:
java.lang.Exception
- On errors
-