Package com.wowza.wms.mediacache.model
Interface IMediaCacheStoreTraverseItem
- 
 public interface IMediaCacheStoreTraverseItemInterface to provide per MediaCache store item access when traversing the item 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 voidonItem(IMediaCacheStoreItem item)Called when an item is selected.
 
- 
- 
- 
Method Detail- 
onItemvoid onItem(IMediaCacheStoreItem item) Called when an item is selected.- Parameters:
- item-
 
 
- 
 
-