public interface IMediaCacheStoreTraverseFile
Interface to provide per file access when traversing a file tree
This interface is used as part of the cache reload functionality and can not be changed out from the internal implementation.
| Modifier and Type | Method and Description |
|---|---|
void |
onFile(java.io.File item)
Called when an item is selected.
|