Package com.zfabrik.resources
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 TypeMethodDescriptionReturn a resource handle for the associated resource if still managed.getName()
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. Returnsnull
otherwise. -
getName
String getName()Name of the resource with the resource management system
-