Interface IResourceObserver


public interface IResourceObserver
A resource observer wraps a IResourceHandle with a weak reference, so that the observer is not a reason to keep resources in memory.
Author:
hb
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a resource handle for the associated resource if still managed.
    Name of the resource with the resource management system
  • Method Details

    • getHandle

      IResourceHandle getHandle()
      Return a resource handle for the associated resource if still managed. Returns null otherwise.
    • getName

      String getName()
      Name of the resource with the resource management system