Package com.iizix.prop
Interface IClientCachePreload
-
- All Known Implementing Classes:
EditorFontFiles
,FontFiles
public interface IClientCachePreload
Interface used to provide a mechanism to cache resources on the client side when the application starts.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PreloadClientCacheResource[]
getPreloadClientCacheResources(IClientSessionGyro clientGyro)
Returns the list of resources that are required on the client side in the preload-to-cache mechanism.
-
-
-
Method Detail
-
getPreloadClientCacheResources
PreloadClientCacheResource[] getPreloadClientCacheResources(IClientSessionGyro clientGyro)
Returns the list of resources that are required on the client side in the preload-to-cache mechanism.- Parameters:
clientGyro
- The client gyro engine.- Returns:
- An array with the resources required.
-
-