Package com.wowza.wms.mediacache.model
Interface IMediaCacheStoreTraverseFile
- 
 public interface IMediaCacheStoreTraverseFileInterface 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFile(java.io.File item)Called when an item is selected.
 
-