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 Detail

      • getHandle

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

        java.lang.String getName()
        Name of the resource with the resource management system