Interface ILspGLResourceCacheListener


public interface ILspGLResourceCacheListener
Listener that can be registered with an ILspGLResourceCache to be notified when resources are added, used, or removed.

This functionality can for example be used to monitor the usage of video memory.

Since:
2012.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a resource was added, used, or removed from the cache.
  • Method Details

    • resourceCacheEvent

      void resourceCacheEvent(TLspGLResourceCacheEvent aEvent)
      Called when a resource was added, used, or removed from the cache.
      Parameters:
      aEvent - the corresponding event