Package com.zfabrik.resources
Interface IResourceObserver
-
public interface IResourceObserver
A resource observer wraps aIResourceHandle
with a weak reference, so that the observer is not a reason to keep resources in memory.- Author:
- hb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResourceHandle
getHandle()
Return a resource handle for the associated resource if still managed.java.lang.String
getName()
Name of the resource with the resource management system
-
-
-
Method Detail
-
getHandle
IResourceHandle getHandle()
Return a resource handle for the associated resource if still managed. Returnsnull
otherwise.
-
getName
java.lang.String getName()
Name of the resource with the resource management system
-
-