Interface IMediaCacheStoreTraverseFile


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.
  
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFile(File item)
    Called when an item is selected.
  • Method Details

    • onFile

      void onFile(File item)
      Called when an item is selected.
      Parameters:
      item -