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